[XMonad] Fix keyboard hack
This commit is contained in:
parent
e726ba61ae
commit
5720048067
@ -944,8 +944,8 @@ addKeys conf@XConfig { modMask = modm } =
|
|||||||
, ((0, xF86XK_MonBrightnessDown), spawn "brightness.sh -5")
|
, ((0, xF86XK_MonBrightnessDown), spawn "brightness.sh -5")
|
||||||
|
|
||||||
-- LOL Broken keyboard
|
-- LOL Broken keyboard
|
||||||
, ((hyper, xK_m), spawn "xdotool .")
|
, ((hyper, xK_m), spawn "xdotool type .")
|
||||||
, ((hyper, xK_n), spawn "xdotool /")
|
, ((hyper, xK_n), spawn "xdotool type /")
|
||||||
|
|
||||||
] ++
|
] ++
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user