aboutsummaryrefslogtreecommitdiff
path: root/open-file
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2024-09-29 21:32:05 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2024-09-29 21:32:05 +0200
commite159d98f4389721d7a5e0c37cba3227dab3cb447 (patch)
tree065d1a4b39c1a2ad5798f72833877fbc72e68f39 /open-file
parent818acc5e752efeabaea46b6c5e60cb5bcbb7412b (diff)
downloadscripts-e159d98f4389721d7a5e0c37cba3227dab3cb447.tar.gz
scripts-e159d98f4389721d7a5e0c37cba3227dab3cb447.zip
Change default video player
Diffstat (limited to '')
-rwxr-xr-xopen-file4
1 files changed, 2 insertions, 2 deletions
diff --git a/open-file b/open-file
index 12b8f0b..f196073 100755
--- a/open-file
+++ b/open-file
@@ -9,8 +9,8 @@
9menu="dmenu -i -l 15" 9menu="dmenu -i -l 15"
10 10
11# Change default apps here 11# Change default apps here
12video="mpv" 12video="vlc"
13music="mpv --player-operation-mode=pseudo-gui" 13music="vlc"
14pdf="zathura" 14pdf="zathura"
15img="imv" 15img="imv"
16word="libreoffice" 16word="libreoffice"

Generated with cgit - Back to sebastiano.tronto.net