fix missing main modifier at system key bindings
This commit is contained in:
parent
a7c09f875e
commit
5f26073fb8
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ import XMonad
|
|||
import XMonad.Custom.BindingUtils
|
||||
|
||||
mySystemKeyBindings :: [([Char], X ())]
|
||||
mySystemKeyBindings = addSubMapKey mySystemKey $ [
|
||||
mySystemKeyBindings = addMainModifierToBinding . addSubMapKey mySystemKey $ [
|
||||
("p", spawn "poweroff"),
|
||||
("r", systemctl "reboot"),
|
||||
("l", i3lock),
|
||||
|
|
Loading…
Reference in a new issue