diff options
author | Ken Moore <ken@pcbsd.org> | 2015-04-27 11:52:43 -0400 |
---|---|---|
committer | Ken Moore <ken@pcbsd.org> | 2015-04-27 11:52:43 -0400 |
commit | 0b5786159afdb7e5126a5bfedce0aea3e03b7b87 (patch) | |
tree | 7525e05c0650d54f2e1f19790f2eba39d6eb6231 /lumina-desktop/fluxboxconf/fluxbox-keys | |
parent | Oops, forgot to add an icon for the new search menu option. (diff) | |
download | lumina-0b5786159afdb7e5126a5bfedce0aea3e03b7b87.tar.gz lumina-0b5786159afdb7e5126a5bfedce0aea3e03b7b87.tar.bz2 lumina-0b5786159afdb7e5126a5bfedce0aea3e03b7b87.zip |
Add two new keybard shortcuts to the default Fluxbox setting:
Meta + [Left/Right] -> Arrange windows in a tiling fashion with the currently active window on the [left/right] half of the screen.
Diffstat (limited to 'lumina-desktop/fluxboxconf/fluxbox-keys')
-rw-r--r-- | lumina-desktop/fluxboxconf/fluxbox-keys | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lumina-desktop/fluxboxconf/fluxbox-keys b/lumina-desktop/fluxboxconf/fluxbox-keys index 4d78efcb..f0ec3519 100644 --- a/lumina-desktop/fluxboxconf/fluxbox-keys +++ b/lumina-desktop/fluxboxconf/fluxbox-keys @@ -58,6 +58,10 @@ Mod1 Shift Tab :PrevWindow {groups} (workspace=[current]) (workspace=[current]) Mod4 Tab :NextTab Mod4 Shift Tab :PrevTab +# Arrange/Tile Current windows +Mod4 Left :ArrangeWindowsStackRight (Layer=Normal) +Mod4 Right :ArrangeWindowsStackLeft (Layer=Normal) + # go to a specific tab in the current window Mod4 1 :Tab 1 Mod4 2 :Tab 2 |