diff options
author | Michael Hanson <hansonorders@verizon.net> | 2011-02-24 02:40:58 (GMT) |
---|---|---|
committer | Michael Hanson <hansonorders@verizon.net> | 2011-02-24 02:40:58 (GMT) |
commit | 449e635712c614df7f1ac8b37263dafbec2d958f (patch) | |
tree | c04143d509f3a62b20230f5910fe6f6e0281f8ed /abs/core/fluxbox/keys | |
parent | b4b39219a4202ec5cd46a3dcf1082d9b8e966013 (diff) | |
parent | bbf444d7e6042499bc59e85517fcae8d151b66a1 (diff) | |
download | linhes_pkgbuild-449e635712c614df7f1ac8b37263dafbec2d958f.zip linhes_pkgbuild-449e635712c614df7f1ac8b37263dafbec2d958f.tar.gz linhes_pkgbuild-449e635712c614df7f1ac8b37263dafbec2d958f.tar.bz2 |
Merge branch 'testing' of knoppmyth.net:linhes_pkgbuild into testing
Diffstat (limited to 'abs/core/fluxbox/keys')
-rw-r--r-- | abs/core/fluxbox/keys | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/abs/core/fluxbox/keys b/abs/core/fluxbox/keys index d0091eb..85b6fd1 100644 --- a/abs/core/fluxbox/keys +++ b/abs/core/fluxbox/keys @@ -1,3 +1,14 @@ +!mouse actions added by fluxbox-update_configs +OnTitlebar Mouse2 :StartTabbing + +!mouse actions added by fluxbox-update_configs +OnTitlebar Double Mouse1 :Shade +OnTitlebar Mouse3 :WindowMenu + +!mouse actions added by fluxbox-update_configs +OnWindow Mod1 Mouse1 :MacroCmd {Raise} {Focus} {StartMoving} +OnWindow Mod1 Mouse3 :MacroCmd {Raise} {Focus} {StartResizing BottomRight} + OnDesktop Mouse1 :HideMenus OnDesktop Mouse2 :WorkspaceMenu OnDesktop Mouse3 :RootMenu @@ -27,3 +38,4 @@ Mod1 3 :ExecCommand sudo sv restart mythbackend Mod1 h :ExecCommand MythVantage -h Mod1 Control u :ExecCommand /usr/LH/bin/unclutter-toggle.sh Mod1 Escape :GotoWindow {1} + |