diff --git a/lib/KeyBindings.hs b/lib/KeyBindings.hs index d05848f..b9c58f6 100644 --- a/lib/KeyBindings.hs +++ b/lib/KeyBindings.hs @@ -53,7 +53,7 @@ modify conf = conf , ("M-S-", spawn "/run/current-system/sw/bin/mpc pause; /run/current-system/sw/bin/xset s activate") , ("M-S-", shiftToPrev >> prevWS) , ("M-S-", shiftToNext >> nextWS) - , ("M-s s", spawn "/home/e/.nix-profile/bin/flameshot gui") + , ("M-s s", spawn "/etc/profiles/per-user/e/bin/flameshot gui") , ("M-s t", spawn "/run/current-system/sw/bin/scrot /tmp/screen.png") -- Workspace and tasks , ("M-b", switchProjectPrompt promptConfig)