Using alacritty for terminal stuff

This commit is contained in:
Chris Cochrun 2020-12-18 06:45:29 -06:00
parent 5b2c7ffb72
commit 29a0dd3572
4 changed files with 8 additions and 13 deletions

View file

@ -42,7 +42,7 @@ target="$(abspath "$1")"
count="$(listfiles | grep -m 1 -ZznF "$target" | cut -d: -f1)"
if [ -n "$count" ]; then
listfiles | xargs -0 sxiv -n "$count" --
listfiles | xargs -0 sxiv -g 1500x900 -n "$count" --
else
sxiv -- "$@" # fallback
sxiv -g 1500x900 -- "$@" # fallback
fi