chore: fix keybinds
This commit is contained in:
parent
2e94d2bf96
commit
f5bf047405
1 changed files with 2 additions and 1 deletions
|
@ -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 )
|
||||
, ("M-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")
|
||||
|
||||
|
||||
--
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue