Disable sway screen sleep when firefox is full screen

This commit is contained in:
Arti Zirk 2019-12-02 22:31:17 +02:00
parent ce8ad09411
commit eae0f734cd
1 changed files with 6 additions and 0 deletions

View File

@ -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