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" ;; *.jpg) "$IMAGE" "$file" ;;
*.gif) "$IMAGE" "$file" ;; *.gif) "$IMAGE" "$file" ;;
*.svg) "$IMAGE" "$file" ;; *.svg) "$IMAGE" "$file" ;;
*.webp) "$IMAGE" "$file" ;;
# Videos # Videos
*.webm) "$VIDEO" "$file" ;; *.webm) "$VIDEO" "$file" ;;
*.mp4) "$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 \ export \
OPENER="xdg-open" \ OPENER="xdg-open" \
READER="zathura" \ READER="zathura" \
BROWSER="brave" \ BROWSER="firefox" \
TERMINAL="st" \ TERMINAL="foot" \
EDITOR="nvim" \ EDITOR="nvim" \
VISUAL="nvim" \ VISUAL="nvim" \
IMAGE="sxiv" \ IMAGE="swayimg" \
VIDEO="mpv" \ VIDEO="mpv" \
# Theming # Theming