diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-09-29 21:32:05 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-09-29 21:32:05 +0200 |
| commit | e159d98f4389721d7a5e0c37cba3227dab3cb447 (patch) | |
| tree | 065d1a4b39c1a2ad5798f72833877fbc72e68f39 | |
| parent | 818acc5e752efeabaea46b6c5e60cb5bcbb7412b (diff) | |
| download | scripts-e159d98f4389721d7a5e0c37cba3227dab3cb447.tar.gz scripts-e159d98f4389721d7a5e0c37cba3227dab3cb447.zip | |
Change default video player
| -rwxr-xr-x | open-file | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -9,8 +9,8 @@ | |||
| 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="mpv" | 12 | video="vlc" |
| 13 | music="mpv --player-operation-mode=pseudo-gui" | 13 | music="vlc" |
| 14 | pdf="zathura" | 14 | pdf="zathura" |
| 15 | img="imv" | 15 | img="imv" |
| 16 | word="libreoffice" | 16 | word="libreoffice" |
