Fix kanata behavior

This commit is contained in:
Ian Keane 2026-07-30 23:04:33 -04:00
parent d79c5fc309
commit d79c97622f
7 changed files with 56 additions and 2 deletions

View file

@ -42,4 +42,4 @@
;; Send current page URL to mpv
(define-command-global mpv-current-url ()
"Open the current page URL in mpv."
(uiop:launch-program (list "mpv" (render-url (url (current-buffer))))))
(uiop:launch-program (list "flatpak-spawn" "--host" "mpv" (render-url (url (current-buffer))))))