Change shortcut for fullscreen screenshot

This commit is contained in:
Martin Potier 2018-05-31 13:47:45 +03:00
parent f99de93d08
commit 594953db8c
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ modify conf = conf
, ("M-S-<Left>", shiftToPrev >> prevWS)
, ("M-S-<Right>", shiftToNext >> nextWS)
, ("M-s s", spawn "sleep 0.2 ; /run/current-system/sw/bin/scrot -s /tmp/screenSel.png")
, ("M-s S", spawn "/run/current-system/sw/bin/scrot /tmp/screen.png")
, ("M-s t", spawn "/run/current-system/sw/bin/scrot /tmp/screen.png")
-- Workspace and tasks
, ("M-b", switchProjectPrompt promptConfig)
, ("M-p m", shiftToProjectPrompt promptConfig)