aboutsummaryrefslogtreecommitdiff
path: root/open-file
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2024-12-23 10:01:15 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2024-12-23 10:01:15 +0100
commit7d3dc968b6183f51dc2594c80450372f0c8fb811 (patch)
tree955b6be59884229125a63f070e16992dc5a79ca1 /open-file
parent20bbe3418e71556ff2d14623cbbf047c0bd55855 (diff)
downloadscripts-7d3dc968b6183f51dc2594c80450372f0c8fb811.tar.gz
scripts-7d3dc968b6183f51dc2594c80450372f0c8fb811.zip
Changes for new laptop
Diffstat (limited to 'open-file')
-rwxr-xr-xopen-file6
1 files changed, 3 insertions, 3 deletions
diff --git a/open-file b/open-file
index f196073..eb7ea1c 100755
--- a/open-file
+++ b/open-file
@@ -9,9 +9,9 @@
9menu="dmenu -i -l 15" 9menu="dmenu -i -l 15"
10 10
11# Change default apps here 11# Change default apps here
12video="vlc" 12video=${VIDEO:-vlc}
13music="vlc" 13music=${MUSIC:-vlc}
14pdf="zathura" 14pdf=${PDF:-zathura}
15img="imv" 15img="imv"
16word="libreoffice" 16word="libreoffice"
17sheet="libreoffice" 17sheet="libreoffice"

Generated with cgit - Back to sebastiano.tronto.net