aboutsummaryrefslogtreecommitdiff
path: root/util/fluxbox-update_configs.cc
diff options
context:
space:
mode:
authorMathias Gumz <akira at fluxbox dot org>2010-09-04 12:41:11 (GMT)
committerMathias Gumz <akira at fluxbox dot org>2010-09-04 12:41:11 (GMT)
commit1e9dafdc67e1f67b5d360dcb0f7b276c38cbc46c (patch)
treece27db7301500d7c64232e95f9853d5452fdb0d5 /util/fluxbox-update_configs.cc
parentb8987fc6238a747285b3aeac6f3b206a74e0d36a (diff)
downloadfluxbox-1e9dafdc67e1f67b5d360dcb0f7b276c38cbc46c.zip
fluxbox-1e9dafdc67e1f67b5d360dcb0f7b276c38cbc46c.tar.bz2
fixed the default 'OnTitlebar Mouse1' actions
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 129833c..fd18cfd 100644
--- a/util/fluxbox-update_configs.cc
+++ b/util/fluxbox-update_configs.cc
@@ -403,7 +403,7 @@ int run_updates(int old_version, FbTk::ResourceManager &rm) {
403 string new_keyfile = ""; 403 string new_keyfile = "";
404 404
405 new_keyfile += "!mouse actions added by fluxbox-update_configs\n"; 405 new_keyfile += "!mouse actions added by fluxbox-update_configs\n";
406 new_keyfile += "OnTitlebar Mouse1 :MacroCmd {ActivateTab} {Raise} {Focus}\n"; 406 new_keyfile += "OnTitlebar Mouse1 :MacroCmd {Focus} {Raise} {ActivateTab}\n";
407 new_keyfile += whole_file; 407 new_keyfile += whole_file;
408 408
409 new_keyfile += "\n"; // just for good looks 409 new_keyfile += "\n"; // just for good looks