diff options
author | Cecil <knoppmyth@gmail.com> | 2011-02-23 23:42:00 (GMT) |
---|---|---|
committer | Cecil <knoppmyth@gmail.com> | 2011-02-23 23:42:00 (GMT) |
commit | bbf444d7e6042499bc59e85517fcae8d151b66a1 (patch) | |
tree | 114165e588181c12e4ea8a8fe631e6ed7d22fc91 /abs/core/fluxbox/keys | |
parent | d13e3d3dec28c927f8fdd20509e22977d63f5809 (diff) | |
download | linhes_pkgbuild-bbf444d7e6042499bc59e85517fcae8d151b66a1.zip linhes_pkgbuild-bbf444d7e6042499bc59e85517fcae8d151b66a1.tar.gz linhes_pkgbuild-bbf444d7e6042499bc59e85517fcae8d151b66a1.tar.bz2 |
fluxbox:working version w/ fullscreen patch.
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} + |