diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-12-23 10:01:15 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-12-23 10:01:15 +0100 |
| commit | 7d3dc968b6183f51dc2594c80450372f0c8fb811 (patch) | |
| tree | 955b6be59884229125a63f070e16992dc5a79ca1 /open-file | |
| parent | 20bbe3418e71556ff2d14623cbbf047c0bd55855 (diff) | |
| download | scripts-7d3dc968b6183f51dc2594c80450372f0c8fb811.tar.gz scripts-7d3dc968b6183f51dc2594c80450372f0c8fb811.zip | |
Changes for new laptop
Diffstat (limited to '')
| -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" |
