summaryrefslogtreecommitdiff
path: root/openbox/config.h
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2014-02-22 21:37:29 +0100
committerMikael Magnusson <mikachu@gmail.com>2014-10-20 10:28:00 +0200
commit7b3dc69468e3cb97117b82036041afd9d89912e1 (patch)
tree1dcc98d31797ddc569813dc35a81cd519d4e36da /openbox/config.h
parent39dfb7458a75ca502fb0c18ec0f1a107f5d51249 (diff)
Add keyboard/rebindOnMappingNotify option
I have to switch to a qwerty layout to play steam games, and every time I switch back and forth, we lose some random bindings so I also had to reconfigure Openbox every time, now I don't.
Diffstat (limited to 'openbox/config.h')
-rw-r--r--openbox/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbox/config.h b/openbox/config.h
index fc1d217e..96a66cf1 100644
--- a/openbox/config.h
+++ b/openbox/config.h
@@ -179,6 +179,8 @@ extern guint config_desktop_popup_time;
extern guint config_keyboard_reset_keycode;
/*! The modifiers of the key combo which resets the keybaord chains */
extern guint config_keyboard_reset_state;
+/*! Reload the keyboard bindings when the mapping changes */
+extern gboolean config_keyboard_rebind_on_mapping_notify;
/*! Number of pixels a drag must go before being considered a drag */
extern gint config_mouse_threshold;