diff options
-rw-r--r-- | _config/openbox/rc.xml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/_config/openbox/rc.xml b/_config/openbox/rc.xml index 6d619bf..b51faa7 100644 --- a/_config/openbox/rc.xml +++ b/_config/openbox/rc.xml @@ -4,7 +4,8 @@ ~/.config/openbox/rc.xml: Openbox configuration file Aaron LI - 2015-01-09 + Created: 2016-01-09 + Updated: 2016-01-25 --> <openbox_config xmlns="http://openbox.org/3.4/rc" @@ -365,6 +366,12 @@ <command>rofi -show run</command> </action> </keybind> + <!-- Window switcher --> + <keybind key="A-F3"> + <action name="Execute"> + <command>rofi -show window</command> + </action> + </keybind> <!-- Screenshot --> <keybind key="Print"> <action name="Execute"> |