modify i3 default output

This commit is contained in:
vincent 2020-06-15 18:41:50 +02:00
parent acd305c364
commit 74a8b9fe36

View File

@ -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)