mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-08-19 21:03:48 +00:00
change Mod-b to Mod-x
This commit is contained in:
parent
9d0db4f1d8
commit
852753a34e
1 changed files with 1 additions and 1 deletions
|
@ -43,6 +43,6 @@ main = do
|
||||||
[ ("M-p", shellPrompt defaultXPConfig { position = Top })
|
[ ("M-p", shellPrompt defaultXPConfig { position = Top })
|
||||||
, ("M-S-a", windowPromptGoto defaultXPConfig { position = Top })
|
, ("M-S-a", windowPromptGoto defaultXPConfig { position = Top })
|
||||||
, ("M-a", windowPromptBring defaultXPConfig { position = Top })
|
, ("M-a", windowPromptBring defaultXPConfig { position = Top })
|
||||||
, ("M-b", sendMessage ToggleStruts)
|
, ("M-x", sendMessage ToggleStruts)
|
||||||
, ("M-S-l", spawn "~/bin/lock")
|
, ("M-S-l", spawn "~/bin/lock")
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Reference in a new issue