diff options
author | Pavel Labath <pavelo@centrum.sk> | 2011-08-16 12:34:07 (GMT) |
---|---|---|
committer | Pavel Labath <pavelo@centrum.sk> | 2011-08-16 12:34:07 (GMT) |
commit | c3667a68621e9c7919364af411424ecb28d4d89c (patch) | |
tree | 3b5df9321d4646032ea520ddb1afcb420663023d | |
parent | 733cdcb01bc2cd1e6451c3e34442a64eaaef7175 (diff) | |
download | fluxbox_pavel-c3667a68621e9c7919364af411424ecb28d4d89c.zip fluxbox_pavel-c3667a68621e9c7919364af411424ecb28d4d89c.tar.bz2 |
fluxbox-update_configs: cosmetic changes
-rw-r--r-- | util/fluxbox-update_configs.cc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/util/fluxbox-update_configs.cc b/util/fluxbox-update_configs.cc index 7450845..702e247 100644 --- a/util/fluxbox-update_configs.cc +++ b/util/fluxbox-update_configs.cc | |||
@@ -406,9 +406,10 @@ void update_keys_for_ongrip_onwindowborder(std::auto_ptr<FbTk::ResourceManager_b | |||
406 | new_keyfile += "OnLeftGrip Move1 :StartResizing bottomleft\n"; | 406 | new_keyfile += "OnLeftGrip Move1 :StartResizing bottomleft\n"; |
407 | new_keyfile += "OnRightGrip Move1 :StartResizing bottomright\n"; | 407 | new_keyfile += "OnRightGrip Move1 :StartResizing bottomright\n"; |
408 | new_keyfile += "OnWindowBorder Move1 :StartMoving\n\n"; | 408 | new_keyfile += "OnWindowBorder Move1 :StartMoving\n\n"; |
409 | new_keyfile += whole_keyfile; // don't forget user's old keybindings | ||
410 | 409 | ||
411 | new_keyfile += "\n"; // just for good looks | 410 | new_keyfile += "\n"; // just for good looks |
411 | new_keyfile += whole_keyfile; // don't forget user's old keybindings | ||
412 | |||
412 | write_file(keyfilename, new_keyfile); | 413 | write_file(keyfilename, new_keyfile); |
413 | } | 414 | } |
414 | 415 | ||
@@ -423,9 +424,10 @@ void update_keys_for_activetab(std::auto_ptr<FbTk::ResourceManager_base>& rm, Fb | |||
423 | 424 | ||
424 | new_keyfile += "!mouse actions added by fluxbox-update_configs\n"; | 425 | new_keyfile += "!mouse actions added by fluxbox-update_configs\n"; |
425 | new_keyfile += "OnTitlebar Mouse1 :MacroCmd {Focus} {Raise} {ActivateTab}\n"; | 426 | new_keyfile += "OnTitlebar Mouse1 :MacroCmd {Focus} {Raise} {ActivateTab}\n"; |
426 | new_keyfile += whole_file; | ||
427 | 427 | ||
428 | new_keyfile += "\n"; // just for good looks | 428 | new_keyfile += "\n"; // just for good looks |
429 | new_keyfile += whole_file; | ||
430 | |||
429 | write_file(keyfilename, new_keyfile); | 431 | write_file(keyfilename, new_keyfile); |
430 | 432 | ||
431 | } | 433 | } |