diff --git a/.config/i3/config b/.config/i3/config index f473612..989eb6f 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -134,7 +134,7 @@ for_window [class="Bitwarden"] move position center # 'xprop' and click the window to get window information output to terminal # Ensures browser shown on startup within ws96, but future browsers will be left alone # Prevents i3 from moving new browsers around when not wanted -exec --no-startup-id i3-msg 'workspace $ws96;exec firefox' +exec --no-startup-id i3-msg 'workspace $ws96;exec chromium' # Passing -n to urxvt forces Xorg to default the WM_ICON_NAME to tmux # Only this instance of urxvt will have that WM_ICON_NAME @@ -201,7 +201,7 @@ exec --no-startup-id autorandr.sh --change --default ~/.autorandr/kapp/config #exec --no-startup-id discord #exec --no-startup-id geary #exec --no-startup-id bitwarden -#exec --no-startup-id firefox +#exec --no-startup-id chromium # i3 default execs exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 exec --no-startup-id nitrogen --restore; sleep 1; compton -b @@ -381,7 +381,7 @@ bindsym $mod+Return exec terminal bindsym $mod+a exec tilix -q # Firefox -bindsym $mod+F2 exec firefox +bindsym $mod+F2 exec chromium # Start Geary email client bindsym $mod+F3 exec geary # Start Discord