add image to xsecurelock display manager
This commit is contained in:
parent
ccbc8974ed
commit
0af92996a5
2
root/usr/lib/xsecurelock/saver_image
Executable file
2
root/usr/lib/xsecurelock/saver_image
Executable file
@ -0,0 +1,2 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
exec xloadimage -fullscreen -windowid $XSCREENSAVER_WINDOW /home/felix/.config/screensaver_image
|
4
xinitrc
4
xinitrc
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
xsecurelock # force login before further initing
|
xsecurelock auth_pam_x11 saver_image # force login before further initing
|
||||||
|
|
||||||
userresources=$HOME/.config/Xresources
|
userresources=$HOME/.config/Xresources
|
||||||
usermodmap=$HOME/.Xmodmap
|
usermodmap=$HOME/.Xmodmap
|
||||||
@ -56,3 +56,5 @@ pkill xautolock
|
|||||||
|
|
||||||
wait
|
wait
|
||||||
|
|
||||||
|
systemctl poweroff
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user