From 335981fe54ec11f74f8276f17cdc0287194eca37 Mon Sep 17 00:00:00 2001 From: Ian Adam Naval Date: Fri, 25 Jul 2014 23:37:47 -0400 Subject: [PATCH] Add shortcut to move workspace across monitors. --- i3/i3.dotfile/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/i3/i3.dotfile/config b/i3/i3.dotfile/config index b9ff5f8..7c38455 100644 --- a/i3/i3.dotfile/config +++ b/i3/i3.dotfile/config @@ -86,6 +86,9 @@ bindsym $mod+space focus mode_toggle # focus the parent container bindsym $mod+a focus parent +# move workspaces +bindsym $mod+o move workspace to output left + # focus the child container #bindsym $mod+d focus child