diff options
Diffstat (limited to 'open-file')
| -rwxr-xr-x | open-file | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -9,9 +9,9 @@ | |||
| 9 | menu="dmenu -i -l 15" | 9 | menu="dmenu -i -l 15" |
| 10 | 10 | ||
| 11 | # Change default apps here | 11 | # Change default apps here |
| 12 | video="vlc" | 12 | video=${VIDEO:-vlc} |
| 13 | music="vlc" | 13 | music=${MUSIC:-vlc} |
| 14 | pdf="zathura" | 14 | pdf=${PDF:-zathura} |
| 15 | img="imv" | 15 | img="imv" |
| 16 | word="libreoffice" | 16 | word="libreoffice" |
| 17 | sheet="libreoffice" | 17 | sheet="libreoffice" |
