commit b17379cb6a9798f0f44924e80da5b9c2090b48e8 parent 2b438308265372e3bedaf72db16729f1cb667c70 Author: hhvn <dev@hhvn.uk> Date: Sat, 15 May 2021 13:24:40 +0100 .c/s/sxhkdrc: don't run sfeed_update, that can be cron'd away Diffstat:
M | .config/sxhkd/sxhkdrc | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc @@ -35,7 +35,7 @@ super + n st -t neomutt -c neomutt -e sh -c "neomutt; $SHELL" super + r - st -t sfeed -e sh -c 'sfeed_update $HOME/.config/sfeed/config && SFEED_PLUMBER=urlhand2 sfeed_curses $HOME/.local/sfeed/*' + st -t sfeed -e sh -c 'SFEED_PLUMBER=urlhand2 sfeed_curses $HOME/.local/sfeed/*' super + x sxhkdrestart; herbe "Restarted sxhkd"