graphical#sway: window niceties
This commit is contained in:
parent
a249fe5643
commit
60f58c5a9c
|
@ -33,6 +33,9 @@ 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 $φ
|
||||||
|
for_window [app_id="org.qutebrowser.qutebrowser"] resize set width $Φ
|
||||||
|
for_window [app_id="org.qutebrowser.qutebrowser"] move left
|
||||||
|
|
||||||
exec $term -e tmux new-session -A -s$$USER
|
exec $term -e tmux new-session -A -s$$USER
|
||||||
|
|
||||||
### idle configuration
|
### idle configuration
|
||||||
|
@ -162,7 +165,7 @@ for_window [app_id=".*"] inhibit_idle fullscreen
|
||||||
# We just use 1-10 as the default.
|
# We just use 1-10 as the default.
|
||||||
assign [app_id=$media] workspace 6:media
|
assign [app_id=$media] workspace 6:media
|
||||||
for_window [app_id=$media] fullscreen enable
|
for_window [app_id=$media] fullscreen enable
|
||||||
# [app_id=$media] focus
|
for_window [app_id=$media] focus
|
||||||
#
|
#
|
||||||
# Layout stuff:
|
# Layout stuff:
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue