Advertisement
SvenPM

Additions to rc.xml

May 5th, 2015
376
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.64 KB | None | 0 0
  1. <!-- force screen lock (WIN+L) -->
  2.     <keybind key="W-l">
  3.       <action name="Execute">
  4.         <startupnotify>
  5.           <enabled>true</enabled>
  6.           <name>Lock Screen</name>
  7.         </startupnotify>
  8.         <command>sh -c "/home/$USER/.config/openbox/locker.sh -f"</command>
  9.       </action>
  10.     </keybind>
  11. <!-- inhibit autolock (CTRL+WIN+C) -->
  12.     <keybind key="C-W-c">
  13.       <action name="Execute">
  14.         <startupnotify>
  15.           <enabled>true</enabled>
  16.           <name>Lock Screen toggle</name>
  17.         </startupnotify>
  18.         <command>sh -c "/home/$USER/.config/openbox/cappuccino.sh"</command>
  19.       </action>
  20.     </keybind>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement