force mpv to open with my alias

main
hashirama 2024-07-12 03:51:31 +00:00
parent 78b45b3cb6
commit ee393e5de6
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ myConfig = def
, ("M-`", runOrRaise "emacs" (className =? "Emacs"))
, ("M-S-q", return ()) -- Unbind Mod + Shift + Q, to avoid quiting the wm.
, ("M-q", kill) -- Change the keybinding for closing windows to Mod + Q
, ("M-m", spawn "mpv --idle")
, ("M-m", spawn "bash --rcfile src/guix-config/.bashrc -c 'mpv --idle'")
, ("M-S-r", spawn "~/.local/bin/run_anki.sh")
, ("M-S-d", spawn "~/.local/bin/recent_journal.py | popup")
, ("M-r", runOrRaise "~/.local/bin/run_anki.sh" (className =? "Anki"))