diff options
author | fluxgen <fluxgen> | 2007-10-22 18:19:11 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2007-10-22 18:19:11 (GMT) |
commit | 1748e8ec25e4236d85e6783aa9a8026c6329376f (patch) | |
tree | eda6dc13177a82456f86f9429dfca86f2821fa84 /util | |
parent | 41aec985ce641575381e3c6015c4ed95246d443b (diff) | |
download | fluxbox_lack-1748e8ec25e4236d85e6783aa9a8026c6329376f.zip fluxbox_lack-1748e8ec25e4236d85e6783aa9a8026c6329376f.tar.bz2 |
added missing mouse3 and space before startresizing
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 27c8b48..cca82bd 100644 --- a/util/fluxbox-update_configs.cc +++ b/util/fluxbox-update_configs.cc | |||
@@ -205,7 +205,7 @@ int run_updates(int old_version, FbTk::ResourceManager rm) { | |||
205 | " Mouse3 :StartResizing Center\n"; | 205 | " Mouse3 :StartResizing Center\n"; |
206 | } else { | 206 | } else { |
207 | new_keyfile += "OnWindow " + *rc_modkey + | 207 | new_keyfile += "OnWindow " + *rc_modkey + |
208 | "StartResizing BottomRight\n"; | 208 | " Mouse3 :StartResizing BottomRight\n"; |
209 | } | 209 | } |
210 | new_keyfile += "\n"; // just for good looks | 210 | new_keyfile += "\n"; // just for good looks |
211 | new_keyfile += whole_keyfile; // don't forget user's old keybindings | 211 | new_keyfile += whole_keyfile; // don't forget user's old keybindings |