summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2026-05-09 08:12:06 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2026-05-09 08:12:06 +0200
commitc01fd59d624d549c8f40ddc85e19b057828326b5 (patch)
tree0d9dc5932ae0c290ae39e3c6c2e7ab4d38585db6
parent7da9a82b9bbe01c977667e32091fcfa8185b94f5 (diff)
downloadconfig-c01fd59d624d549c8f40ddc85e19b057828326b5.tar.gz
config-c01fd59d624d549c8f40ddc85e19b057828326b5.zip
Change default image viewer
Diffstat (limited to '')
-rwxr-xr-xscripts/open-file2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/open-file b/scripts/open-file
index c985bf4..b5c4b7f 100755
--- a/scripts/open-file
+++ b/scripts/open-file
@@ -12,7 +12,7 @@ menu="dmenu -i -l 15"
12video=${VIDEO:-vlc} 12video=${VIDEO:-vlc}
13music=${MUSIC:-vlc} 13music=${MUSIC:-vlc}
14pdf=${PDF:-zathura} 14pdf=${PDF:-zathura}
15img="${IMGVIEW:-nsxiv}" 15img="${IMGVIEW:-imv}"
16word="${WORDS:-libreoffice}" 16word="${WORDS:-libreoffice}"
17sheet="${SHEETS:-libreoffice}" 17sheet="${SHEETS:-libreoffice}"
18html="${BROWSER:-firefox} --new-window" 18html="${BROWSER:-firefox} --new-window"

Generated with cgit - Back to sebastiano.tronto.net