From 7941767bc4c584b155e46c75575fa39278ae94a6 Mon Sep 17 00:00:00 2001 From: Martin Potier Date: Wed, 7 Dec 2022 14:54:45 +0200 Subject: [PATCH] Fix flameshot path --- lib/KeyBindings.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)