mirror of https://github.com/mitchell/dotfiles.git
Unsticky mpv by default; add venator to glances
This commit is contained in:
parent
e09ced5ef1
commit
ab9f80ce40
|
@ -34,7 +34,7 @@ bspc config focused_border_color '#92971a'
|
||||||
|
|
||||||
bspc rule -a 'firefox:*:Picture-in-Picture' sticky=on
|
bspc rule -a 'firefox:*:Picture-in-Picture' sticky=on
|
||||||
bspc rule -a 'origin.exe:*' state=floating
|
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 Gimp desktop='^8' state=floating follow=on
|
||||||
# bspc rule -a Chromium desktop='^2'
|
# bspc rule -a Chromium desktop='^2'
|
||||||
# bspc rule -a mplayer2 state=floating
|
# bspc rule -a mplayer2 state=floating
|
||||||
|
|
|
@ -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\; \
|
tmux new -s glance mosh arch@khetanna.lan -- glances --disable-process --sparkline\; \
|
||||||
neww mosh arch@kamino.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 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
|
or tmux attach-session -t glance
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue