Fix flameshot path
This commit is contained in:
parent
b1c417b464
commit
7941767bc4
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue