Fix firefox startup browser settings

This commit is contained in:
Shaun Reed 2019-10-30 15:20:58 -04:00
parent ac86f62689
commit fd398404f1
1 changed files with 3 additions and 2 deletions

View File

@ -132,8 +132,9 @@ for_window [class="Bitwarden"] resize set height 700
for_window [class="Bitwarden"] move position center for_window [class="Bitwarden"] move position center
# 'xprop' and click the window to get window information output to terminal # 'xprop' and click the window to get window information output to terminal
exec --no-startup-id i3-msg 'exec firefox' # Ensures browser shown on startup within ws96, but future browsers will be left alone
for_window [class="firefox"] move to workspace number $ws96 # Prevents i3 from moving new browsers around when not wanted
exec --no-startup-id i3-msg 'workspace $ws96;exec firefox'
# Passing -n to urxvt forces Xorg to default the WM_ICON_NAME to tmux # 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 # Only this instance of urxvt will have that WM_ICON_NAME