[feature] better screen-locking strategy
This commit is contained in:
parent
21d7cffb05
commit
6183780776
|
@ -9,10 +9,11 @@ $HOME/.config/dunst/launch.sh
|
||||||
# start dwmbar daemon
|
# start dwmbar daemon
|
||||||
$HOME/.config/dwm/dwmbar
|
$HOME/.config/dwm/dwmbar
|
||||||
|
|
||||||
# setup screen locker
|
# disable screen saver / turn off monitor if inactived for 300 secs
|
||||||
xset s 300
|
xset s off
|
||||||
|
xset dpms 300 300 300
|
||||||
killall xss-lock
|
killall xss-lock
|
||||||
xss-lock --ignore-sleep (which slock) &
|
xss-lock (which slock) &
|
||||||
|
|
||||||
# start network applet
|
# start network applet
|
||||||
pgrep -x nm-applet || nm-applet &
|
pgrep -x nm-applet || nm-applet &
|
||||||
|
|
Loading…
Reference in New Issue
Block a user