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