diff options
author | Aaron LI <aaronly.me@gmail.com> | 2016-01-14 22:44:19 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@gmail.com> | 2016-01-14 22:44:19 +0800 |
commit | 4e11bdacaab15ef8f6780ecb9521d76f1db81423 (patch) | |
tree | d3ce04dc23086cf786c6f6f7d008c6bc474c5774 /_config/openbox/rc.xml | |
parent | eb1cbb009dd8f98eb71db6ff00f741d5329465ee (diff) | |
download | dotfiles-4e11bdacaab15ef8f6780ecb9521d76f1db81423.tar.bz2 |
Update openbox autostart.sh & rc.xml
* `autostart.sh`: use `pgrep -x`
* `rc.xml`: add keybind 'A-grave`
Diffstat (limited to '_config/openbox/rc.xml')
-rw-r--r-- | _config/openbox/rc.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/_config/openbox/rc.xml b/_config/openbox/rc.xml index d0de25b..6d619bf 100644 --- a/_config/openbox/rc.xml +++ b/_config/openbox/rc.xml @@ -395,6 +395,11 @@ <command>~/.config/openbox/scripts/urxvtq.sh</command> </action> </keybind> + <keybind key="A-grave"> + <action name="Execute"> + <command>~/.config/openbox/scripts/urxvtq.sh</command> + </action> + </keybind> <keybind key="W-f"> <action name="Execute"> <command>thunar</command> |