From 0b5786159afdb7e5126a5bfedce0aea3e03b7b87 Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Mon, 27 Apr 2015 11:52:43 -0400 Subject: 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. --- lumina-desktop/fluxboxconf/fluxbox-keys | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lumina-desktop') 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 -- cgit