Configuration for my NixOS based systems and Home Manager
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Turn off screen after 6min

+1 -1
+1 -1
sway/config
··· 43 43 ### Idle configuration 44 44 set $idle swayidle -w \ 45 45 timeout 300 '$lock' \ 46 - timeout 600 'swaymsg "output * dpms off"' \ 46 + timeout 360 'swaymsg "output * dpms off"' \ 47 47 timeout 15 'if pgrep -x swaylock; then swaymsg "output * dpms off"; fi' \ 48 48 resume 'swaymsg "output * dpms on"' \ 49 49 before-sleep '$lock'