Merge branch 'master' of vps:git/vcsh/sway

This commit is contained in:
David Thurstenson 2021-07-08 20:31:17 -05:00
commit 7225c94eec
4 changed files with 6 additions and 4 deletions

View File

@ -36,10 +36,12 @@ set $minimum-brightness "6"
# Idle settings
set $idle-display-timeout 600
set $idle-display-sleep 'swaymsg "output * dpms off"' # set to ":" to disable feature
set $idle-display-wake 'swaymsg "output * dpms on"' # set to ":" to disable feature
# set next two options to ":" to disable feature
set $idle-display-sleep 'swaymsg "output * dpms off"'
set $idle-display-wake 'swaymsg "output * dpms on"'
# Locker settings
set $idle-lock-timeout 900
set $idle-lock-locker "swaylock -e -f -F -l -c 000000" # set to ":" to disable feature
set $idle-lock-unlocker "killall swaylock" # set to ":" to disable feature
# set next two options to ":" to disable feature
set $idle-lock-locker "swaylock -e -f -F -l -c 000000"
set $idle-lock-unlocker "killall swaylock"