From 3888160cb184dba7c6401d9ae7707d40cfff2265 Mon Sep 17 00:00:00 2001 From: hashirama Date: Fri, 12 Jul 2024 04:59:24 +0000 Subject: [PATCH] simplify --- xmonad/xmonad.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmonad/xmonad.hs b/xmonad/xmonad.hs index f0801c8..4e780b5 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 "bash --rcfile src/guix-config/.bashrc -c 'mpv --idle'") + , ("M-m", spawn "mpv --audio-pitch-correction=yes --vf=setpts=PTS/1 --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"))