graphical#sway: window niceties

This commit is contained in:
Timothy DeHerrera 2019-12-30 02:38:25 -07:00
parent a249fe5643
commit 60f58c5a9c
No known key found for this signature in database
GPG key ID: 8985725DB5B0C122

View file

@ -33,6 +33,9 @@ set $media "mpv|retroarch"
# launch browser and tmux session in $terminal on launch
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
### idle configuration
@ -162,7 +165,7 @@ for_window [app_id=".*"] inhibit_idle fullscreen
# We just use 1-10 as the default.
assign [app_id=$media] workspace 6:media
for_window [app_id=$media] fullscreen enable
# [app_id=$media] focus
for_window [app_id=$media] focus
#
# Layout stuff:
#