aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2018-05-22 10:41:23 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2018-05-22 10:41:23 +0200
commit23e2dfa826b52d3a5e3aced1a5731dd03269d4be (patch)
tree1cc999a4b7c8df97a3b5453a05a4d09c09bf8f17
parent68b1e5479522547e76bd46bc887cb10d3f980d06 (diff)
downloaddotfiles-23e2dfa826b52d3a5e3aced1a5731dd03269d4be.tar.xz
i3: Add shortcuts for moving workspaces to different screens
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-rw-r--r--i3/config3
1 files changed, 3 insertions, 0 deletions
diff --git a/i3/config b/i3/config
index 99bb002..f9f6acc 100644
--- a/i3/config
+++ b/i3/config
@@ -22,6 +22,9 @@ bindsym $mod+Shift+j move down
bindsym $mod+Shift+k move up
bindsym $mod+Shift+l move right
+bindsym $mod+Shift+Control+h move workspace to output left
+bindsym $mod+Shift+Control+l move workspace to output right
+
bindsym $mod+w split h
bindsym $mod+v split v