From c830fce008dc19e8d98ad6dc26b5c86d9aa79187 Mon Sep 17 00:00:00 2001 From: Martin Potier Date: Tue, 27 Dec 2022 08:35:09 +0200 Subject: [PATCH] Fix path to mpc --- lib/KeyBindings.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")