diff options
author | wi <william.os4y@gmail.com> | 2015-05-01 18:38:55 +0200 |
---|---|---|
committer | wi <william.os4y@gmail.com> | 2015-05-01 18:38:55 +0200 |
commit | 2b143927e0363fd41b138a6955f9e9363b71b443 (patch) | |
tree | 6366bcbd5842e42e52f1429f4e7232f678778f67 /lumina-desktop/fluxboxconf | |
parent | use the termnial application specified by the user as the default-terminal. (diff) | |
parent | Fix/Fix a couple important bugs before announcing 0.8.4-release: (diff) | |
download | lumina-2b143927e0363fd41b138a6955f9e9363b71b443.tar.gz lumina-2b143927e0363fd41b138a6955f9e9363b71b443.tar.bz2 lumina-2b143927e0363fd41b138a6955f9e9363b71b443.zip |
Merge remote-tracking branch 'upstream/master' into fm-term
Diffstat (limited to 'lumina-desktop/fluxboxconf')
-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 |