summaryrefslogtreecommitdiffstats
path: root/.fluxbox/keys
diff options
context:
space:
mode:
Diffstat (limited to '.fluxbox/keys')
-rw-r--r--.fluxbox/keys12
1 files changed, 8 insertions, 4 deletions
diff --git a/.fluxbox/keys b/.fluxbox/keys
index 0dc5310..f4a0d3a 100644
--- a/.fluxbox/keys
+++ b/.fluxbox/keys
@@ -76,8 +76,10 @@ OnTitlebar Control Mouse1 :StartTabbing
#
# Switch to next/previous workspace
-Control Mod1 Right :NextWorkspace 1
-Control Mod1 Left :PrevWorkspace 1
+Control Mod1 Left :Exec chdt l
+Control Mod1 Right :Exec chdt r
+Control Mod1 Up :Exec chdt u
+Control Mod1 Down :Exec chdt d
# Switch to specific workspace
Control F1 :Workspace 1
@@ -94,8 +96,10 @@ Control F11 :Workspace 11
Control F12 :Workspace 12
# Move window to next/previous workspace
-Control Mod1 Shift Right :TakeToNextWorkspace 1
-Control Mod1 Shift Left :TakeToPrevWorkspace 1
+Control Mod1 Shift Left :Exec chdt -w l
+Control Mod1 Shift Right :Exec chdt -w r
+Control Mod1 Shift Up :Exec chdt -w u
+Control Mod1 Shift Down :Exec chdt -w d
# Move window to next/previous workspace
Control Shift F1 :TakeToWorkspace 1