diff --git a/lib/KeyBindings.hs b/lib/KeyBindings.hs index cc896bd..16e4fdb 100644 --- a/lib/KeyBindings.hs +++ b/lib/KeyBindings.hs @@ -50,7 +50,7 @@ modify conf = conf , ("M-", nextWS) , ("M-", toggleWS' ["NSP"]) , ("M-", windows W.focusUp) - , ("M-S-", spawn "/run/current-system/sw/bin/mpc pause; /run/current-system/sw/bin/xset s activate") + , ("M-S-", spawn "/etc/profiles/per-user/e/bin/mpc pause; /run/current-system/sw/bin/xset s activate") , ("M-S-", shiftToPrev >> prevWS) , ("M-S-", shiftToNext >> nextWS) , ("M-s s", spawn "/etc/profiles/per-user/e/bin/flameshot gui")