Add XScreenSaver things

This commit is contained in:
swagg boi 2025-03-25 21:58:09 -04:00
parent 5085d8de71
commit 75d6db1872
2 changed files with 26 additions and 1 deletions

View File

@ -84,7 +84,17 @@
<item label="Openbox Configuration Manager">
<action name="Execute">
<command>obconf</command>
<startupnotify><enabled>yes</enabled></startupnotify>
<startupnotify>
<enabled>yes</enabled>
</startupnotify>
</action>
</item>
<item label="XScreenSaver Settings">
<action name="Execute">
<command>xscreensaver-settings</command>
<startupnotify>
<enabled>yes</enabled>
</startupnotify>
</action>
</item>
<item label="Manage Cups Printers">
@ -138,6 +148,11 @@
<separator label="System" />
<menu id="system-menu"/>
<separator />
<item label="Lock">
<action name="Execute">
<command>xscreensaver-command -lock</command>
</action>
</item>
<item label="Log Out">
<action name="Exit">
<prompt>yes</prompt>

View File

@ -374,6 +374,16 @@
<keybind key="W-Up">
<action name="Maximize"/>
</keybind>
<keybind key="C-A-l">
<action name="Execute">
<command>xscreensaver-command -lock</command>
</action>
</keybind>
<keybind key="C-A-t">
<action name="Execute">
<command>urxvt</command>
</action>
</keybind>
</keyboard>
<mouse>
<dragThreshold>1</dragThreshold>