Fix naming, setup of startup terminal
This commit is contained in:
parent
998aac9e4f
commit
ac86f62689
|
@ -135,15 +135,17 @@ for_window [class="Bitwarden"] move position center
|
||||||
exec --no-startup-id i3-msg 'exec firefox'
|
exec --no-startup-id i3-msg 'exec firefox'
|
||||||
for_window [class="firefox"] move to workspace number $ws96
|
for_window [class="firefox"] move to workspace number $ws96
|
||||||
|
|
||||||
# Passing -n to urxvt forces Xorg to default the WM_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_NAME
|
# Only this instance of urxvt will have that WM_ICON_NAME
|
||||||
# Prevents for_window from acting on new terminals
|
# Prevents for_window from acting on new terminals
|
||||||
exec --no-startup-id i3-msg 'exec urxvt -n sterm -e tmux -u'
|
# Passing -T to urxvt sets WM_NAME and WM_ICON_NAME, if not set in a later argument
|
||||||
for_window [title="tmux"] move to workspace number $ws95
|
# Use -T below to title the startup terminal and assign properties to it
|
||||||
for_window [title="tmux"] floating enable
|
exec --no-startup-id i3-msg 'exec urxvt -T origin -e tmux -u'
|
||||||
for_window [title="tmux"] resize set height 700
|
for_window [title="origin"] move to workspace number $ws95
|
||||||
for_window [title="tmux"] resize set width 1000
|
for_window [title="origin"] floating enable
|
||||||
for_window [title="tmux"] move position center
|
for_window [title="origin"] resize set height 700
|
||||||
|
for_window [title="origin"] resize set width 1000
|
||||||
|
for_window [title="origin"] move position center
|
||||||
|
|
||||||
# Enable popup calendar floating window for polybar
|
# Enable popup calendar floating window for polybar
|
||||||
# This only works properly on the primary Xdisplay?
|
# This only works properly on the primary Xdisplay?
|
||||||
|
|
Loading…
Reference in New Issue