SXHKD experimentation, vesktop added, audio profile switching utility, shchemes installer, etc.

This commit is contained in:
2024-08-12 05:52:19 -06:00
parent 0cdbfbd9bd
commit 0a0a444a2d
27 changed files with 1390 additions and 111 deletions

View File

@@ -18,15 +18,12 @@ else
format="${format%%/*}"
case "$format" in
"text")
batcat "$path" --paging=never
;;
"image")
kitty +kitten icat "$path"
;;
*)
xdg-open "$path"
cat "$path"
;;
esac
fi