Added idle-lock variables
This commit is contained in:
parent
86ef03a50f
commit
4375bdbcfa
|
@ -36,3 +36,13 @@ set $cursor-hide-delay "4000"
|
||||||
|
|
||||||
# Minimum Brightness
|
# Minimum Brightness
|
||||||
set $minimum-brightness "6"
|
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
|
||||||
|
|
||||||
|
# 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
|
||||||
|
|
Loading…
Reference in New Issue