Add custom screensaver

This commit is contained in:
Fierelier 2022-05-10 23:48:26 +02:00
parent 2a3c7b9748
commit b3a7aeaf6b
4 changed files with 20 additions and 1 deletions

View File

@ -0,0 +1,3 @@
#!/usr/bin/env bash
xset dpms force off
xsecurelock

View 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

View File

@ -0,0 +1,3 @@
[Desktop Entry]
Hidden=true

View File

@ -3,7 +3,7 @@
<channel name="xfce4-session" version="1.0"> <channel name="xfce4-session" version="1.0">
<property name="general" type="empty"> <property name="general" type="empty">
<property name="FailsafeSessionName" 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="SessionName" type="string" value="Default"/>
<property name="SaveOnExit" type="bool" value="false"/> <property name="SaveOnExit" type="bool" value="false"/>
</property> </property>