Add XScreenSaver things
This commit is contained in:
parent
5085d8de71
commit
75d6db1872
@ -84,7 +84,17 @@
|
|||||||
<item label="Openbox Configuration Manager">
|
<item label="Openbox Configuration Manager">
|
||||||
<action name="Execute">
|
<action name="Execute">
|
||||||
<command>obconf</command>
|
<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>
|
</action>
|
||||||
</item>
|
</item>
|
||||||
<item label="Manage Cups Printers">
|
<item label="Manage Cups Printers">
|
||||||
@ -138,6 +148,11 @@
|
|||||||
<separator label="System" />
|
<separator label="System" />
|
||||||
<menu id="system-menu"/>
|
<menu id="system-menu"/>
|
||||||
<separator />
|
<separator />
|
||||||
|
<item label="Lock">
|
||||||
|
<action name="Execute">
|
||||||
|
<command>xscreensaver-command -lock</command>
|
||||||
|
</action>
|
||||||
|
</item>
|
||||||
<item label="Log Out">
|
<item label="Log Out">
|
||||||
<action name="Exit">
|
<action name="Exit">
|
||||||
<prompt>yes</prompt>
|
<prompt>yes</prompt>
|
||||||
|
@ -374,6 +374,16 @@
|
|||||||
<keybind key="W-Up">
|
<keybind key="W-Up">
|
||||||
<action name="Maximize"/>
|
<action name="Maximize"/>
|
||||||
</keybind>
|
</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>
|
</keyboard>
|
||||||
<mouse>
|
<mouse>
|
||||||
<dragThreshold>1</dragThreshold>
|
<dragThreshold>1</dragThreshold>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user