aboutsummaryrefslogtreecommitdiff
path: root/open-file
diff options
context:
space:
mode:
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