Fix flameshot path

This commit is contained in:
Martin Potier 2022-12-07 14:54:45 +02:00
parent b1c417b464
commit 7941767bc4
No known key found for this signature in database
GPG Key ID: D4DD957DBA4AD89E
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ modify conf = conf
, ("M-S-<Delete>", spawn "/run/current-system/sw/bin/mpc pause; /run/current-system/sw/bin/xset s activate")
, ("M-S-<Left>", shiftToPrev >> prevWS)
, ("M-S-<Right>", 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)