forked from colonelpanic/dotfiles
[XMonad] Fix keyboard hack
This commit is contained in:
@@ -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 /")
|
||||||
|
|
||||||
] ++
|
] ++
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user