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.xz
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
97bindsym $mod+Shift+k move up 97bindsym $mod+Shift+k move up
98bindsym $mod+Shift+l move right 98bindsym $mod+Shift+l move right
99 99
100# move workspace
101bindsym $mod+Mod1+h move workspace to output left
102bindsym $mod+Mod1+j move workspace to output down
103bindsym $mod+Mod1+k move workspace to output up
104bindsym $mod+Mod1+l move workspace to output right
105
100# alternatively, you can use the cursor keys: 106# alternatively, you can use the cursor keys:
101bindsym $mod+Shift+Left move left 107bindsym $mod+Shift+Left move left
102bindsym $mod+Shift+Down move down 108bindsym $mod+Shift+Down move down