From 15919cbb48da045e247061e27721e41f2fbbdd84 Mon Sep 17 00:00:00 2001 From: Pierre Martin Date: Tue, 13 Oct 2015 21:03:57 +0200 Subject: [PATCH] Add shortcuts to move workspace to output up / down --- i3.base | 2 ++ 1 file changed, 2 insertions(+) diff --git a/i3.base b/i3.base index 5c7b09a..fbb014e 100644 --- a/i3.base +++ b/i3.base @@ -100,6 +100,8 @@ bindsym $mod+Shift+k workspace next_on_output # move workspaces between outputs bindsym $mod+Control+Left move workspace to output left bindsym $mod+Control+Right move workspace to output right +bindsym $mod+Control+Up move workspace to output up +bindsym $mod+Control+Down move workspace to output down # move focused container to workspace bindsym $mod+Shift+1 move container to workspace 1