From dba6079ae448bce1446aa6c074a96ba66e7ba09c Mon Sep 17 00:00:00 2001 From: René Neumann Date: Fri, 31 May 2013 16:08:06 +0200 Subject: Move workspaces to outputs --- .i3/config | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.i3') diff --git a/.i3/config b/.i3/config index ed63ea5..d13a7cd 100644 --- a/.i3/config +++ b/.i3/config @@ -75,6 +75,13 @@ bindsym $mod+Shift+Down move down bindsym $mod+Shift+Up move up bindsym $mod+Shift+Right move right +# move workspace «3 +bindsym $mod+Control+Left move workspace to output left +bindsym $mod+Control+h move workspace to output left +bindsym $mod+Control+Right move workspace to output right +bindsym $mod+Control+l move workspace to output right + +# misc «3 # focus the parent container bindsym $mod+a focus parent # focus the child container -- cgit v1.2.3-54-g00ecf