This commit is contained in:
krolyxon 2022-09-17 15:57:14 +05:30
parent d529ef2559
commit bf696a125f
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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 % ;}