diff --git a/_local/vriska/.config/i3/config b/_local/vriska/.config/i3/config index 0f5c26b..e6fa7cf 100644 --- a/_local/vriska/.config/i3/config +++ b/_local/vriska/.config/i3/config @@ -25,9 +25,9 @@ set $mod Mod4 #set $OUTPUT3 DP-2-2 # -- HOME OFFICE -- -set $OUTPUT1 DP-2-3 +set $OUTPUT1 DP-1-1 set $OUTPUT2 eDP-1 -set $OUTPUT3 DP-1-1 +set $OUTPUT3 DP-2-3 # -- HOME OFFICE @ Jenny -- #set $OUTPUT1 DP-2 @@ -114,10 +114,10 @@ for_window [window_role="floating"] floating enable bindsym $mod+Shift+Return exec i3-sensible-terminal --window --role=floating # ~~ Start application launcher (dmenu) -# This one only displays .desktop file applications -bindsym $mod+d exec --no-startup-id i3-dmenu-desktop # Regular dmenu: -bindsym $mod+Shift+d exec dmenu_run +bindsym $mod+d exec dmenu_run +# This one only displays .desktop file applications +bindsym $mod+Shift+d exec --no-startup-id i3-dmenu-desktop # ~~ Kill focused window bindsym $mod+Shift+q kill @@ -202,7 +202,7 @@ set $WS11 11 # Alternative set of workspaces for secondary monitor set $WSf1 "F1: com" -set $WSf2 "F2: music" +set $WSf2 "F2" set $WSf3 "F3" set $WSf4 "F4" set $WSf5 "F5" @@ -218,7 +218,7 @@ set $WSf12 "F12" set $WS_www $WS1 set $WS_mail $WS10 set $WS_com $WSf1 -set $WS_music $WSf2 +set $WS_music $WSf4 # ~~ Assign workspaces to displays workspace $WS1 output $OUTPUT1 @@ -356,9 +356,10 @@ for_window [class="^Pavucontrol$"] floating enable # ~~ Zoom assign [class="^zoom$"] output $OUTPUT_INTERN -assign [class="^zoom$"] $WSf4 -for_window [class="^zoom$"] move container to workspace $WSf4 +assign [class="^zoom$"] $WSf2 +for_window [class="^zoom$"] move container to workspace $WSf2 for_window [class="^zoom$"] floating enable +for_window [class="^zoom$" title="^Zoom Meeting$"] floating disable # DESKTOP AND APPLICATION KEYBINDINGS