Commit: dd522fd0286215f02aafccea34d218b3f22f6935
Parent: fa9e08a470d239e57afd3f8b4c242b0265aacfe7
Author: Randy Palamar
Date: Tue, 13 Jul 2021 18:38:08 -0600
update a couple mpv/zathura keys, remove git aliases from kshrc
Diffstat:
3 files changed, 6 insertions(+), 7 deletions(-)
diff --git a/.config/ksh/kshrc b/.config/ksh/kshrc
@@ -43,11 +43,6 @@ alias page='zathura --fork'
# managing dotfiles
alias rice='git --git-dir=~/.local/repos/dotfiles --work-tree=~'
-# git
-alias ga='git apply'
-alias gc='git checkout'
-alias gd='git diff'
-
# youtube-dl
alias yt="youtube-dl"
alias ytbest="yt -f '(bestvideo+bestaudio)/best'"
diff --git a/.config/mpv/input.conf b/.config/mpv/input.conf
@@ -13,9 +13,13 @@ R cycle-values video-rotate "no" "270" "180" "90"
y cycle-values video-unscaled "yes" "no"
+X sub-step 1
+x sub-step -1
+
; cycle-values loop "inf" "no"
F1 cycle stop-screensaver
+F4 rescan-external-files
k {images} repeatable add video-zoom 0.1
j {images} repeatable add video-zoom -0.1
diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc
@@ -5,8 +5,8 @@ map r reload
map R rotate
map K zoom in
map J zoom out
-map i recolor
-map I set recolor-keephue
+map I recolor
+map i set recolor-keephue
map g goto top
set font "monospace normal 12"