From 74a8b9fe3688cfb89841567b8c89909a364ea3e7 Mon Sep 17 00:00:00 2001 From: vincent Date: Mon, 15 Jun 2020 18:41:50 +0200 Subject: [PATCH] modify i3 default output --- i3/.config/i3/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/i3/.config/i3/config b/i3/.config/i3/config index a4a39c3..f7f3539 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -107,6 +107,8 @@ set $ws8 "8" set $ws9 "9" set $ws10 "10" +# use workspaces on different monitors +workspace $ws1 output DP-1 # switch to workspace bindsym $mod+1 workspace $ws1 bindsym $mod+2 workspace $ws2 @@ -131,8 +133,6 @@ bindsym $mod+Shift+8 move container to workspace $ws8 bindsym $mod+Shift+9 move container to workspace $ws9 bindsym $mod+Shift+0 move container to workspace $ws10 -# use workspaces on different monitors - workspace $ws1 output primary # reload the configuration file bindsym $mod+Shift+c reload # restart i3 inplace (preserves your layout/session, can be used to upgrade i3)