Add custom screensaver
This commit is contained in:
parent
2a3c7b9748
commit
b3a7aeaf6b
3
input/stage50/usr/local/bin/opus-dvn_lock
Executable file
3
input/stage50/usr/local/bin/opus-dvn_lock
Executable file
@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
xset dpms force off
|
||||
xsecurelock
|
13
input/stage98/etc/skel/.config/autostart/lockscreen.desktop
Normal file
13
input/stage98/etc/skel/.config/autostart/lockscreen.desktop
Normal file
@ -0,0 +1,13 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Version=0.9.4
|
||||
Type=Application
|
||||
Name=lockscreen
|
||||
Comment=
|
||||
Exec=xautolock -time 15 -locker opus-dvn_lock
|
||||
OnlyShowIn=XFCE;
|
||||
RunHook=0
|
||||
StartupNotify=false
|
||||
Terminal=false
|
||||
Hidden=false
|
||||
|
@ -0,0 +1,3 @@
|
||||
[Desktop Entry]
|
||||
Hidden=true
|
||||
|
@ -3,7 +3,7 @@
|
||||
<channel name="xfce4-session" version="1.0">
|
||||
<property name="general" type="empty">
|
||||
<property name="FailsafeSessionName" type="empty"/>
|
||||
<property name="LockCommand" type="empty"/>
|
||||
<property name="LockCommand" type="string" value="opus-dvn_lock"/>
|
||||
<property name="SessionName" type="string" value="Default"/>
|
||||
<property name="SaveOnExit" type="bool" value="false"/>
|
||||
</property>
|
||||
|
Loading…
Reference in New Issue
Block a user