mirror of
https://github.com/artizirk/dotfiles.git
synced 2024-11-21 16:00:59 +02:00
Disable sway screen sleep when firefox is full screen
This commit is contained in:
parent
ce8ad09411
commit
eae0f734cd
@ -75,6 +75,12 @@ exec swayidle \
|
||||
lock '$lockcmd' \
|
||||
unlock 'pkill -9 swaylock'
|
||||
|
||||
# xwayland version
|
||||
for_window [class="Firefox"] inhibit_idle fullscreen
|
||||
|
||||
# wayland vesion
|
||||
for_window [app_id="firefox"] inhibit_idle fullscreen
|
||||
|
||||
# Start autotiling script
|
||||
#exec autotiling
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user