diff options
Diffstat (limited to 'open-file')
| -rwxr-xr-x | open-file | 10 |
1 files changed, 5 insertions, 5 deletions
| @@ -12,11 +12,11 @@ menu="dmenu -i -l 15" | |||
| 12 | video=${VIDEO:-vlc} | 12 | video=${VIDEO:-vlc} |
| 13 | music=${MUSIC:-vlc} | 13 | music=${MUSIC:-vlc} |
| 14 | pdf=${PDF:-zathura} | 14 | pdf=${PDF:-zathura} |
| 15 | img="nsxiv" | 15 | img="${IMGVIEW:-nsxiv}" |
| 16 | word="libreoffice" | 16 | word="${WORDS:-libreoffice}" |
| 17 | sheet="libreoffice" | 17 | sheet="${SHEETS:-libreoffice}" |
| 18 | html="firefox --new-window" | 18 | html="${BROWSER:-firefox} --new-window" |
| 19 | xedit="xedit" | 19 | xedit="${XEDIT:-xedit}" |
| 20 | 20 | ||
| 21 | usage() { | 21 | usage() { |
| 22 | echo "Usage: open-file [-m MENU] [-s LAUNCHER] [-t MIMETYPE] [files...]" | 22 | echo "Usage: open-file [-m MENU] [-s LAUNCHER] [-t MIMETYPE] [files...]" |
