···11output * bg /home/j3s/Pictures/whale.jpg fill
22+33+# This will lock your screen after 300 seconds of inactivity, then turn off
44+# your displays after another 300 seconds, and turn your screens back on when
55+# resumed. It will also lock your screen before your computer goes to sleep.
66+77+exec swayidle -w \
88+ timeout 300 'swaylock -f -c 000000' \
99+ timeout 600 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' \
1010+ before-sleep 'swaylock -f -c 000000'
1111+1212+for_window [class="Firefox"] inhibit_idle fullscreen
1313+for_window [class="Chromium"] inhibit_idle fullscreen