fix screenlocker
This commit is contained in:
parent
0a766a24c3
commit
285e208952
3 changed files with 3 additions and 4 deletions
|
@ -1,8 +1,6 @@
|
|||
#!/bin/sh
|
||||
xwallpaper --zoom "$XDG_DATA_HOME/bg"
|
||||
remaps -qd
|
||||
xset s 300 0
|
||||
xset dpms 0 0 0
|
||||
|
||||
pidof -s thunderbird >/dev/null 2>&1 || setsid -f thunderbird
|
||||
pidof -s ferdium >/dev/null 2>&1 || setsid -f ferdium
|
||||
|
|
|
@ -13,5 +13,3 @@ XSECURELOCK_SAVER="/usr/libexec/xscreensaver/cubicgrid"
|
|||
XSECURELOCK_SHOW_USERNAME=1
|
||||
XSECURELOCK_SHOW_HOSTNAME=1
|
||||
XSECURELOCK_DIM_FPS=60
|
||||
XSECURELOCK_DIM_WAIT_TIME_MS=500
|
||||
XSECURELOCK_WAIT_TIME_MS=0
|
||||
|
|
|
@ -6,4 +6,7 @@ set -a
|
|||
|
||||
[ -r conf ] && . ./conf
|
||||
|
||||
xset s 300 5
|
||||
xset dpms 0 0 0
|
||||
|
||||
exec xss-lock -n /usr/libexec/xsecurelock/dimmer -l -- sh -c "xsecurelock -- playerctl pause || kill -9 -1"
|
||||
|
|
Loading…
Add table
Reference in a new issue