various smaller changes

Changes to be committed:
	modified:   .config/aliasrc
	modified:   .config/mpv/input.conf
	modified:   .config/zathura/zathurarc
	modified:   .local/bin/bt
	modified:   .local/bin/statusbar/clock
	modified:   .local/bin/tools/ce
	deleted:    .local/bin/tools/ripper
	modified:   .local/bin/tools/wv
	deleted:    .local/bin/transadd
This commit is contained in:
2021-01-05 10:05:38 +01:00
parent a00598c4cb
commit 0feccdb787
9 changed files with 30 additions and 144 deletions

View File

@ -11,7 +11,7 @@ alias \
rm="rm -v" \
mkd="mkdir -pv" \
yt="youtube-dl --add-metadata -o '%(upload_date)s-%(title)s.%(ext)s' -i" \
yta="yt -x -f bestaudio/best" \
yta="yt -x --add-metadata -f bestaudio/best" -o '%(upload_date)s-%(title)s.%(ext)s'\
ffmpeg="ffmpeg -hide_banner" \
sage="sage -q"

View File

@ -176,6 +176,7 @@
! add chapter -1 # skip to previous chapter
@ add chapter 1 # next
#: run "/bin/sh" "-c" "notify-send MPV ${filename}"
#
# Not assigned by default
# (not an exhaustive list of unbound commands)

View File

@ -32,3 +32,4 @@ set completion-highlight-bg "#2C4E6A"
set completion-highlight-fg "#4C5A6C"
set recolor-lightcolor "#000000"
set recolor-darkcolor "#a6c0d0"
set adjust-open "width"