mirror of
https://github.com/artizirk/dotfiles.git
synced 2024-11-22 08:20: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' \
|
lock '$lockcmd' \
|
||||||
unlock 'pkill -9 swaylock'
|
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
|
# Start autotiling script
|
||||||
#exec autotiling
|
#exec autotiling
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user