From ee393e5de6e9992ecbb3d5ae65c0cdbd3b038eb1 Mon Sep 17 00:00:00 2001 From: hashirama Date: Fri, 12 Jul 2024 03:51:31 +0000 Subject: [PATCH] force mpv to open with my alias --- xmonad/xmonad.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmonad/xmonad.hs b/xmonad/xmonad.hs index 3203a70..f0801c8 100644 --- a/xmonad/xmonad.hs +++ b/xmonad/xmonad.hs @@ -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"))