Disable "proper" fullscreen
It conflicts with the HUD
This commit is contained in:
parent
5ee5d80e52
commit
1082810587
1 changed files with 5 additions and 0 deletions
|
|
@ -54,6 +54,11 @@ bindsym Mod4+Shift+Escape exit
|
|||
# Make launcher windows fullscreen (launcher doesn't need to respect HUD)
|
||||
for_window [app_id="shepherd-launcher"] fullscreen enable
|
||||
|
||||
# Prevent apps from requesting fullscreen (except launcher)
|
||||
# This catches apps that try to go fullscreen and forces them to respect the HUD
|
||||
for_window [app_id="^(?!shepherd-launcher$).*"] fullscreen disable
|
||||
for_window [class=".*"] fullscreen disable
|
||||
|
||||
# Make other windows maximize to fill available space (respecting HUD exclusive zone)
|
||||
# We use inhibit_idle and border none to make them behave like fullscreen visually
|
||||
# but they will respect layer-shell exclusive zones
|
||||
|
|
|
|||
Loading…
Reference in a new issue