diff --git a/.config/newsboat/config b/.config/newsboat/config index c97d1cb..9817597 100644 --- a/.config/newsboat/config +++ b/.config/newsboat/config @@ -7,13 +7,13 @@ unbind-key H unbind-key L unbind-key c unbind-key , -browser "firefox %u" +browser "librewolf %u" # Feed settings prepopulate-query-feeds yes refresh-on-startup yes -macro w set browser "mpv %u" ; open-in-browser ; set browser "firefox %u" +macro w set browser "mpv %u" ; open-in-browser ; set browser "librewolf %u" # bind keys bind-key ; macro-prefix diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc index ca89779..e18bb3c 100644 --- a/.config/shell/aliasrc +++ b/.config/shell/aliasrc @@ -36,5 +36,5 @@ alias \ gp='git push' ec() {find ~/.config -type f | fzf | xargs -r $EDITOR ;} -se() { cd ~/.local/bin; $EDITOR $(fzf) ;} +es() { cd ~/.local/bin; $EDITOR $(fzf) ;} ef() {fzf | xargs -r -I % $EDITOR % ;}