mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-08-21 05:43:42 +00:00
move mod-o to mod-p, its time to kill of dmenu
This commit is contained in:
parent
eda05cf3d4
commit
53b950dfb8
1 changed files with 1 additions and 1 deletions
|
@ -42,6 +42,6 @@ main = do
|
|||
modMask = myModMask
|
||||
} `additionalKeys`
|
||||
[
|
||||
((myModMask, xK_o), shellPrompt defaultXPConfig { position = Top }),
|
||||
((myModMask, xK_p), shellPrompt defaultXPConfig { position = Top }),
|
||||
((myModMask, xK_b), sendMessage ToggleStruts)
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue