summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorA Farzat <a@farzat.xyz>2024-11-14 21:53:57 +0900
committerA Farzat <a@farzat.xyz>2024-11-14 21:53:57 +0900
commit991f329aaf8f22665e59e9cd5068fbd6fe3d571d (patch)
tree69487cddaba962e80e96378082ab48316d1addae /bin
parentdca3c306a5e3e7af0b6052a21ab2737900767171 (diff)
downloaddotfiles-991f329aaf8f22665e59e9cd5068fbd6fe3d571d.tar.gz
dotfiles-991f329aaf8f22665e59e9cd5068fbd6fe3d571d.zip
Remove mpv_ prefix from mpv_socketHEADmaster
Diffstat (limited to 'bin')
-rwxr-xr-xbin/dmenu/tmux_umpv2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/dmenu/tmux_umpv b/bin/dmenu/tmux_umpv
index eb2b4e6..8818b0b 100755
--- a/bin/dmenu/tmux_umpv
+++ b/bin/dmenu/tmux_umpv
@@ -15,5 +15,5 @@ if printf '{ "command": ["get_property", "path"] }\n' | nc -NU "$sock_dir/$sock"
jq -cn --arg l "$link" '{"command":["loadfile",($l),"append"]},{"command":["print-text","LOADFILE:= "+($l)]}'
done | nc -NU "$sock_dir/$sock" >/dev/null
else
- tmux neww -t mpv: mpv --volume=50 --script-opts=mpv_socket="$sock",print_filenames=yes "$@"
+ tmux neww -t mpv: mpv --volume=50 --script-opts=socket="$sock",print_filenames=yes "$@"
fi