aboutsummaryrefslogtreecommitdiff
path: root/lumina-desktop/fluxboxconf/fluxbox-keys
diff options
context:
space:
mode:
authorKen Moore <moorekou@gmail.com>2015-07-10 11:32:46 -0400
committerKen Moore <moorekou@gmail.com>2015-07-10 11:32:46 -0400
commit10992a69d50af9c1ec249099fddf110f4d8546ad (patch)
tree40898f15a74d6caad8262434a74a12642082361f /lumina-desktop/fluxboxconf/fluxbox-keys
parentMerge branch 'master' of github.com:pcbsd/lumina (diff)
downloadlumina-10992a69d50af9c1ec249099fddf110f4d8546ad.tar.gz
lumina-10992a69d50af9c1ec249099fddf110f4d8546ad.tar.bz2
lumina-10992a69d50af9c1ec249099fddf110f4d8546ad.zip
Final cleanup of debugging messages and temporary changes prior to release. Aslo update the default key bindings a bit:
1) Add a shortcut to lock the screen (Pause key) 2) Adjust the tiling shortcuts to Alt+[left/right] instead of Ctrl-[left/right]. The Ctrl shortcuts were already in use by Fluxbox.
Diffstat (limited to 'lumina-desktop/fluxboxconf/fluxbox-keys')
-rw-r--r--lumina-desktop/fluxboxconf/fluxbox-keys6
1 files changed, 3 insertions, 3 deletions
diff --git a/lumina-desktop/fluxboxconf/fluxbox-keys b/lumina-desktop/fluxboxconf/fluxbox-keys
index f0ec3519..7e50b568 100644
--- a/lumina-desktop/fluxboxconf/fluxbox-keys
+++ b/lumina-desktop/fluxboxconf/fluxbox-keys
@@ -59,8 +59,8 @@ Mod4 Tab :NextTab
Mod4 Shift Tab :PrevTab
# Arrange/Tile Current windows
-Mod4 Left :ArrangeWindowsStackRight (Layer=Normal)
-Mod4 Right :ArrangeWindowsStackLeft (Layer=Normal)
+Mod1 Left :ArrangeWindowsStackRight (Layer=Normal)
+Mod1 Right :ArrangeWindowsStackLeft (Layer=Normal)
# go to a specific tab in the current window
Mod4 1 :Tab 1
@@ -141,5 +141,5 @@ Control Mod4 F11 :TakeToWorkspace 11
Control Mod4 F12 :TakeToWorkspace 12
Print :Exec lumina-screenshot
-
+Pause :Exec xscreensaver-command -lock
bgstack15