imgviewers
This commit is contained in:
parent
f5ca2e9c67
commit
712d34eddd
3 changed files with 2443 additions and 3 deletions
|
@ -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
2439
scripts/vv
Executable file
File diff suppressed because it is too large
Load diff
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue