Using alacritty for terminal stuff
This commit is contained in:
parent
5b2c7ffb72
commit
29a0dd3572
4 changed files with 8 additions and 13 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue