graphical#sway: rethink autostart programs
This commit is contained in:
parent
c1b0aac62e
commit
a249fe5643
|
@ -8,7 +8,7 @@ set $down j
|
||||||
set $up k
|
set $up k
|
||||||
set $right l
|
set $right l
|
||||||
# preferred terminal emulator
|
# preferred terminal emulator
|
||||||
set $term alacritty -e tmux new-session -A -snrd
|
set $term alacritty
|
||||||
|
|
||||||
# preferred browser
|
# preferred browser
|
||||||
set $browser qute
|
set $browser qute
|
||||||
|
@ -33,8 +33,7 @@ set $media "mpv|retroarch"
|
||||||
# launch browser and tmux session in $terminal on launch
|
# launch browser and tmux session in $terminal on launch
|
||||||
|
|
||||||
for_window [app_id="Alacritty"] resize set width $φ
|
for_window [app_id="Alacritty"] resize set width $φ
|
||||||
exec $browser
|
exec $term -e tmux new-session -A -s$$USER
|
||||||
exec $term
|
|
||||||
|
|
||||||
### idle configuration
|
### idle configuration
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue