diff options
Diffstat (limited to '.config/openbox/rc.xml')
| -rw-r--r-- | .config/openbox/rc.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.config/openbox/rc.xml b/.config/openbox/rc.xml index eac3c7c..b5a6c98 100644 --- a/.config/openbox/rc.xml +++ b/.config/openbox/rc.xml @@ -176,6 +176,15 @@ <keyboard> <chainQuitKey>C-g</chainQuitKey> <!-- Keybindings for running applications --> + <keybind key="W-L"> + <action name="Execute"> + <startupnotify> + <enabled>false</enabled> + <name>Lock screen</name> + </startupnotify> + <command>~/.i3lock/lock.sh now</command> + </action> + </keybind> <keybind key="Print"> <action name="Execute"> <startupnotify> |
