From 86e74066481cdbe6b0a1f3abc42631c16ee4937d Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Sun, 19 Jan 2020 20:37:30 +0100 Subject: i3: move workspace to monitor --- .config/i3/config | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.config/i3/config') diff --git a/.config/i3/config b/.config/i3/config index 7c716ed..167b2b3 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -215,6 +215,10 @@ mode "resize" { bindsym $mod+r mode "resize" +# Move a workspace to a different monitor +bindsym $mod+greater move workspace to output right +bindsym $mod+less move workspace to output left + # Start i3bar to display a workspace bar (plus the system information i3status # finds out, if available) bar { -- cgit v1.2.3