summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2019-03-28 16:24:20 +0100
committerAlan Pearce2019-03-28 16:24:20 +0100
commit28485c0b8d44828bbe401dbdeb806bc75081e818 (patch)
treef80c850680291484a129e3eadbeb30a909af7bc5
parentd83a64c3b867beaca4e8780985d6cecb7606ba39 (diff)
downloaddotfiles-28485c0b8d44828bbe401dbdeb806bc75081e818.tar.lz
dotfiles-28485c0b8d44828bbe401dbdeb806bc75081e818.tar.zst
dotfiles-28485c0b8d44828bbe401dbdeb806bc75081e818.zip
i3: Add workspace move commands
-rw-r--r--i3/.config/i3/config6
1 files changed, 6 insertions, 0 deletions
diff --git a/i3/.config/i3/config b/i3/.config/i3/config
index 32db74f..d5dc3d9 100644
--- a/i3/.config/i3/config
+++ b/i3/.config/i3/config
@@ -97,6 +97,12 @@ bindsym $mod+Shift+j move down
 bindsym $mod+Shift+k move up
 bindsym $mod+Shift+l move right
 
+# move workspace
+bindsym $mod+Mod1+h move workspace to output left
+bindsym $mod+Mod1+j move workspace to output down
+bindsym $mod+Mod1+k move workspace to output up
+bindsym $mod+Mod1+l move workspace to output right
+
 # alternatively, you can use the cursor keys:
 bindsym $mod+Shift+Left move left
 bindsym $mod+Shift+Down move down