From ab9f80ce40020aad7fa6d69cdfdf9321e36e17b7 Mon Sep 17 00:00:00 2001 From: mitchell Date: Tue, 19 Apr 2022 01:51:49 -0400 Subject: [PATCH] Unsticky mpv by default; add venator to glances --- .config/bspwm/bspwmrc | 2 +- .config/fish/functions/glance.fish | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc index 67229c5..f2d4d65 100755 --- a/.config/bspwm/bspwmrc +++ b/.config/bspwm/bspwmrc @@ -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 diff --git a/.config/fish/functions/glance.fish b/.config/fish/functions/glance.fish index 0008c40..3b0923f 100644 --- a/.config/fish/functions/glance.fish +++ b/.config/fish/functions/glance.fish @@ -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