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)