1
0
Fork 0

fix screenlocker

This commit is contained in:
Luca Bilke 2024-03-06 13:07:57 +01:00
parent 0a766a24c3
commit 285e208952
3 changed files with 3 additions and 4 deletions

View file

@ -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

View file

@ -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

View file

@ -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"