fixed typo

This commit is contained in:
2026-06-15 14:15:17 +02:00
parent cc3b16a843
commit c7d91f38d0
+1 -1
View File
@@ -23,7 +23,7 @@ case $1 in
{ sleep 0.3; echo key z z; } | dotoolc
sleep 0.2
new_clipboard=$(wl-paste)
cmd_string="hyprctl 'dispatch hl.dsp.exec_cmd(\"mpv mpv "$(wl-paste)"\")'"
cmd_string="hyprctl 'dispatch hl.dsp.exec_cmd(\"mpv "$(wl-paste)"\")'"
eval $cmd_string
;;