aboutsummaryrefslogtreecommitdiff
path: root/util/fluxbox-update_configs.cc
diff options
context:
space:
mode:
Diffstat (limited to 'util/fluxbox-update_configs.cc')
-rw-r--r--util/fluxbox-update_configs.cc2
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