diff options
author | Aaron LI <aaronly.me@gmail.com> | 2016-04-29 16:44:26 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@gmail.com> | 2016-04-29 16:44:26 +0800 |
commit | 7bc9e45deba6e56c251e60efa92f23889f65294d (patch) | |
tree | dd4f4e29bced03421b50eb7854379f5a64855402 /_config | |
parent | 87deb5ef077ed75cf11cae08af86bcebf1a392f9 (diff) | |
download | dotfiles-7bc9e45deba6e56c251e60efa92f23889f65294d.tar.bz2 |
openbox/rc.xml: change shortcut of xkill
Diffstat (limited to '_config')
-rw-r--r-- | _config/openbox/rc.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_config/openbox/rc.xml b/_config/openbox/rc.xml index b51faa7..ff7e3cc 100644 --- a/_config/openbox/rc.xml +++ b/_config/openbox/rc.xml @@ -5,7 +5,7 @@ Aaron LI Created: 2016-01-09 - Updated: 2016-01-25 + Updated: 2016-04-29 --> <openbox_config xmlns="http://openbox.org/3.4/rc" @@ -412,7 +412,7 @@ <command>thunar</command> </action> </keybind> - <keybind key="W-k"> + <keybind key="W-S-k"> <action name="Execute"> <command>xkill</command> </action> |