Unsticky mpv by default; add venator to glances

This commit is contained in:
mitchell 2022-04-19 01:51:49 -04:00
parent e09ced5ef1
commit ab9f80ce40
2 changed files with 3 additions and 2 deletions

View File

@ -34,7 +34,7 @@ bspc config focused_border_color '#92971a'
bspc rule -a 'firefox:*:Picture-in-Picture' sticky=on
bspc rule -a 'origin.exe:*' state=floating
bspc rule -a 'mpv:*' sticky=on
# bspc rule -a 'mpv:*' sticky=on
# bspc rule -a Gimp desktop='^8' state=floating follow=on
# bspc rule -a Chromium desktop='^2'
# bspc rule -a mplayer2 state=floating

View File

@ -2,6 +2,7 @@ function glance -d 'Open glances on a preset of machines'
tmux new -s glance mosh arch@khetanna.lan -- glances --disable-process --sparkline\; \
neww mosh arch@kamino.lan -- glances --disable-process --sparkline\; \
neww mosh arch@marauder.lan -- glances --disable-process --sparkline\; \
neww mosh serenity.lan -- glances --disable-process --sparkline
neww mosh serenity.lan -- glances --sparkline\; \
neww mosh venator.lan -- glances --sparkline
or tmux attach-session -t glance
end