From 23e2dfa826b52d3a5e3aced1a5731dd03269d4be Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Tue, 22 May 2018 10:41:23 +0200 Subject: i3: Add shortcuts for moving workspaces to different screens MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- i3/config | 3 +++ 1 file changed, 3 insertions(+) (limited to 'i3') 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 -- cgit v1.2.3-54-g00ecf