mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-04-13 09:30:06 +00:00
do not want these bindings
This commit is contained in:
parent
19465cd61c
commit
efe127c8cd
1 changed files with 0 additions and 2 deletions
|
@ -57,9 +57,7 @@ main = do
|
|||
, ("M-S-a", windowPromptGoto defaultXPConfig { position = Top })
|
||||
, ("M-a", windowPromptBring defaultXPConfig { position = Top })
|
||||
, ("M-S-l", spawn "~/bin/lock")
|
||||
, ("M-<Left>", moveTo Prev HiddenNonEmptyWS)
|
||||
, ("M-S-<Left>", shiftToPrev)
|
||||
, ("M-<Right>", moveTo Next HiddenNonEmptyWS)
|
||||
, ("M-S-<Right>", shiftToNext)
|
||||
, ("M-<Up>", windows W.focusUp)
|
||||
, ("M-S-<Up>", windows W.swapUp)
|
||||
|
|
Loading…
Add table
Reference in a new issue