imgviewers

This commit is contained in:
tavo-wasd 2024-02-18 11:40:03 -06:00
parent f5ca2e9c67
commit 712d34eddd
3 changed files with 2443 additions and 3 deletions

View file

@ -16,6 +16,7 @@ case $file in
*.jpg) "$IMAGE" "$file" ;;
*.gif) "$IMAGE" "$file" ;;
*.svg) "$IMAGE" "$file" ;;
*.webp) "$IMAGE" "$file" ;;
# Videos
*.webm) "$VIDEO" "$file" ;;
*.mp4) "$VIDEO" "$file" ;;

2439
scripts/vv Executable file

File diff suppressed because it is too large Load diff

View file

@ -24,11 +24,11 @@ export \
export \
OPENER="xdg-open" \
READER="zathura" \
BROWSER="brave" \
TERMINAL="st" \
BROWSER="firefox" \
TERMINAL="foot" \
EDITOR="nvim" \
VISUAL="nvim" \
IMAGE="sxiv" \
IMAGE="swayimg" \
VIDEO="mpv" \
# Theming