diff --git a/_local/vriska/.config/i3/config b/_local/vriska/.config/i3/config index 8663296..984efe2 100644 --- a/_local/vriska/.config/i3/config +++ b/_local/vriska/.config/i3/config @@ -232,7 +232,7 @@ workspace $WS8 output $OUTPUT1 workspace $WS9 output $OUTPUT1 workspace $WS10 output $OUTPUT1 workspace $WS11 output $OUTPUT1 -workspace $WS0 output $OUTPUT1 +workspace $WS0 output $OUTPUT2 workspace $WSf1 output $OUTPUT2 workspace $WSf2 output $OUTPUT2 @@ -277,41 +277,41 @@ bindsym $mod+F11 workspace $WSf11 bindsym $mod+F12 workspace $WSf12 # ~~ Keybindings to move focused container to workspaces -bindsym $mod+Shift+grave move container to workspace number $WS0 -bindsym $mod+Shift+1 move container to workspace number $WS1 -bindsym $mod+Shift+2 move container to workspace number $WS2 -bindsym $mod+Shift+3 move container to workspace number $WS3 -bindsym $mod+Shift+4 move container to workspace number $WS4 -bindsym $mod+Shift+5 move container to workspace number $WS5 -bindsym $mod+Shift+6 move container to workspace number $WS6 -bindsym $mod+Shift+7 move container to workspace number $WS7 -bindsym $mod+Shift+8 move container to workspace number $WS8 -bindsym $mod+Shift+9 move container to workspace number $WS9 -bindsym $mod+Shift+0 move container to workspace number $WS10 -bindsym $mod+Shift+minus move container to workspace number $WS11 +bindsym $mod+Shift+grave move container to workspace number $WS0; workspace $WS0 +bindsym $mod+Shift+1 move container to workspace number $WS1; workspace $WS1 +bindsym $mod+Shift+2 move container to workspace number $WS2; workspace $WS2 +bindsym $mod+Shift+3 move container to workspace number $WS3; workspace $WS3 +bindsym $mod+Shift+4 move container to workspace number $WS4; workspace $WS4 +bindsym $mod+Shift+5 move container to workspace number $WS5; workspace $WS5 +bindsym $mod+Shift+6 move container to workspace number $WS6; workspace $WS6 +bindsym $mod+Shift+7 move container to workspace number $WS7; workspace $WS7 +bindsym $mod+Shift+8 move container to workspace number $WS8; workspace $WS8 +bindsym $mod+Shift+9 move container to workspace number $WS9; workspace $WS9 +bindsym $mod+Shift+0 move container to workspace number $WS10; workspace $WS10 +bindsym $mod+Shift+minus move container to workspace number $WS11; workspace $WS11 -bindsym $mod+Shift+equal move container to workspace $WSf1 -bindsym $mod+Shift+F1 move container to workspace $WSf1 -bindsym $mod+Shift+F2 move container to workspace $WSf2 -bindsym $mod+Shift+F3 move container to workspace $WSf3 -bindsym $mod+Shift+F4 move container to workspace $WSf4 -bindsym $mod+Shift+F5 move container to workspace $WSf5 -bindsym $mod+Shift+F6 move container to workspace $WSf6 -bindsym $mod+Shift+F7 move container to workspace $WSf7 -bindsym $mod+Shift+F8 move container to workspace $WSf8 -bindsym $mod+Shift+F9 move container to workspace $WSf9 -bindsym $mod+Shift+F10 move container to workspace $WSf10 -bindsym $mod+Shift+F11 move container to workspace $WSf11 -bindsym $mod+Shift+F12 move container to workspace $WSf12 +bindsym $mod+Shift+equal move container to workspace $WSf1; workspace $WSf1 +bindsym $mod+Shift+F1 move container to workspace $WSf1; workspace $WSf1 +bindsym $mod+Shift+F2 move container to workspace $WSf2; workspace $WSf2 +bindsym $mod+Shift+F3 move container to workspace $WSf3; workspace $WSf3 +bindsym $mod+Shift+F4 move container to workspace $WSf4; workspace $WSf4 +bindsym $mod+Shift+F5 move container to workspace $WSf5; workspace $WSf5 +bindsym $mod+Shift+F6 move container to workspace $WSf6; workspace $WSf6 +bindsym $mod+Shift+F7 move container to workspace $WSf7; workspace $WSf7 +bindsym $mod+Shift+F8 move container to workspace $WSf8; workspace $WSf8 +bindsym $mod+Shift+F9 move container to workspace $WSf9; workspace $WSf9 +bindsym $mod+Shift+F10 move container to workspace $WSf10; workspace $WSf10 +bindsym $mod+Shift+F11 move container to workspace $WSf11; workspace $WSf11 +bindsym $mod+Shift+F12 move container to workspace $WSf12; workspace $WSf12 # ~~ Keybindings for moving focus/containers/workspaces between monitors bindsym $mod+comma focus output $OUTPUT2 bindsym $mod+period focus output primary bindsym $mod+slash focus output $OUTPUT3 -bindsym $mod+Shift+comma move container to output $OUTPUT2 -bindsym $mod+Shift+period move container to output primary -bindsym $mod+Shift+slash move container to output $OUTPUT3 +bindsym $mod+Shift+comma move container to output $OUTPUT2; focus output $OUTPUT2 +bindsym $mod+Shift+period move container to output primary; focus output primary +bindsym $mod+Shift+slash move container to output $OUTPUT3; focus output $OUTPUT3 bindsym Control+$mod+comma move workspace to output $OUTPUT2 bindsym Control+$mod+period move workspace to output primary @@ -355,9 +355,9 @@ for_window [class="^jetbrains-" title="Commit Changes"] floating disable for_window [class="^Pavucontrol$"] floating enable # ~~ Zoom -assign [class="^zoom$"] output $OUTPUT_INTERN -assign [class="^zoom$"] $WSf2 -for_window [class="^zoom$"] move container to workspace $WSf2 +assign [class="^zoom$"] output $OUTPUT2 +assign [class="^zoom$"] $WS0 +for_window [class="^zoom$"] move container to workspace $WS0 for_window [class="^zoom$"] floating enable for_window [class="^zoom$" title="^Zoom Meeting$"] floating disable