diff --git a/.config/lf/lfrc b/.config/lf/lfrc index d13eea2..6ac9884 100644 --- a/.config/lf/lfrc +++ b/.config/lf/lfrc @@ -78,7 +78,7 @@ map c push A # new rename map I push A # at the very beginning map i push A # before extension map a push A # after extension -map B $vimv +map br $vimv map bg $genwall $f map down diff --git a/.config/mpv/input.conf b/.config/mpv/input.conf index 7f08541..20851f4 100644 --- a/.config/mpv/input.conf +++ b/.config/mpv/input.conf @@ -1,2 +1,9 @@ # Normalize audio. F1 af toggle "dynaudnorm=g=5:f=250:r=0.9:p=0.5" + +# seek commands +l seek 5 +h seek -5 +j seek -60 +k seek 60 +S cycle sub diff --git a/.config/newsboat/urls b/.config/newsboat/urls new file mode 100644 index 0000000..10498f5 --- /dev/null +++ b/.config/newsboat/urls @@ -0,0 +1,4 @@ +https://blog.rust-lang.org/feed.xml "programming" +https://digdeeper.neocities.org/atom.xml +https://lukesmith.xyz/rss.xml +https://www.archlinux.org/feeds/news/ "tech"