diff options
author | markt <markt> | 2007-12-11 19:25:01 (GMT) |
---|---|---|
committer | markt <markt> | 2007-12-11 19:25:01 (GMT) |
commit | 38877987c43857f79481bedeb036380b32019a0f (patch) | |
tree | 307fd65e3e394ce1df071553b6cef0de536d909e /util | |
parent | 95f9c2d6806cf110597a992be45b17a3b13accd7 (diff) | |
download | fluxbox-38877987c43857f79481bedeb036380b32019a0f.zip fluxbox-38877987c43857f79481bedeb036380b32019a0f.tar.bz2 |
update default keys and init files for OnTitlebar code
Diffstat (limited to 'util')
-rw-r--r-- | util/fluxbox-update_configs.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/fluxbox-update_configs.cc b/util/fluxbox-update_configs.cc index ac1d2a2..4e6666e 100644 --- a/util/fluxbox-update_configs.cc +++ b/util/fluxbox-update_configs.cc | |||
@@ -245,7 +245,7 @@ int run_updates(int old_version, FbTk::ResourceManager &rm) { | |||
245 | // let's put our new keybindings first, so they're easy to find | 245 | // let's put our new keybindings first, so they're easy to find |
246 | new_keyfile += "!mouse actions added by fluxbox-update_configs\n"; | 246 | new_keyfile += "!mouse actions added by fluxbox-update_configs\n"; |
247 | new_keyfile += "OnTitlebar Double Mouse1 :Shade\n"; | 247 | new_keyfile += "OnTitlebar Double Mouse1 :Shade\n"; |
248 | new_keyfile += "OnTitlebar Mouse3 :Windowmenu\n"; | 248 | new_keyfile += "OnTitlebar Mouse3 :WindowMenu\n"; |
249 | new_keyfile += "OnTitlebar Mouse2 :Lower\n"; | 249 | new_keyfile += "OnTitlebar Mouse2 :Lower\n"; |
250 | 250 | ||
251 | FbTk::Resource<bool> rc_reverse(rm, false,"session.screen0.reversewheeling", "Session.Screen0.ReverseWheeling"); | 251 | FbTk::Resource<bool> rc_reverse(rm, false,"session.screen0.reversewheeling", "Session.Screen0.ReverseWheeling"); |