diff --git a/lib/KeyBindings.hs b/lib/KeyBindings.hs index c141c6c..00c2117 100644 --- a/lib/KeyBindings.hs +++ b/lib/KeyBindings.hs @@ -51,7 +51,7 @@ modify conf = conf , ("M-S-", shiftToPrev >> prevWS) , ("M-S-", 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)