chore: fix keybinds

This commit is contained in:
♥ Minnie ♥ 2025-05-10 08:50:45 +08:00
parent 2e94d2bf96
commit c4e09d628d
Signed by: jasmine
GPG key ID: 8563E358D4E8040E

View file

@ -77,7 +77,7 @@ myKeybindings =
[ ("M-a s t", spawn myTerminal )
, ("M-a s d", spawn myLauncher )
, ("M-a s f", spawn myFileManager)
, ("M-a s s", spawn myScrot )
, ("M1-s", spawn myScrot )
-- kill/exit
, ("M-a c", kill )
@ -124,6 +124,7 @@ myKeybindings =
-- enable edit mode
, ("M1-<Space>", setMode "edit")
, ("M-b", setMode "edit")
--