From 51b11ae78cab25393b07a3720bd714e99be918e9 Mon Sep 17 00:00:00 2001 From: Nulo Date: Wed, 29 Dec 2021 16:35:33 -0300 Subject: [PATCH] river: matar mako antes de empezar --- .config/river/init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/river/init b/.config/river/init index 6638aa5..77c62ea 100755 --- a/.config/river/init +++ b/.config/river/init @@ -8,7 +8,7 @@ riverctl spawn "/usr/libexec/xdg-desktop-portal-wlr" brillo -I riverctl spawn "pgrep -x foot >/dev/null || foot --server" -riverctl spawn "pgrep -x mako >/dev/null || mako" +riverctl spawn "killall mako >/dev/null ; mako" if test -f ~/.config/river/coordenadas; then riverctl spawn "pgrep -x wlsunset >/dev/null || wlsunset $(cat ~/.config/river/coordenadas)" else