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 be22383..365136b 100644
--- a/util/fluxbox-update_configs.cc
+++ b/util/fluxbox-update_configs.cc
@@ -282,7 +282,7 @@ int run_updates(int old_version, FbTk::ResourceManager &rm) {
282 string whole_keyfile = read_file(keyfilename); 282 string whole_keyfile = read_file(keyfilename);
283 string new_keyfile = ""; 283 string new_keyfile = "";
284 // let's put our new keybindings first, so they're easy to find 284 // let's put our new keybindings first, so they're easy to find
285 new_keyfile += "# start tabbing windows together\n"; 285 new_keyfile += "!mouse actions added by fluxbox-update_configs\n";
286 new_keyfile += "OnTitlebar Mouse2 :StartTabbing\n\n"; 286 new_keyfile += "OnTitlebar Mouse2 :StartTabbing\n\n";
287 new_keyfile += whole_keyfile; // don't forget user's old keybindings 287 new_keyfile += whole_keyfile; // don't forget user's old keybindings
288 288