[XMonad] Add hacks for busted keyboard on razer

This commit is contained in:
Ivan Malison 2021-08-02 03:14:11 -06:00
parent adfc010f65
commit 2500a49c1e
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -1025,6 +1025,10 @@ addKeys conf@XConfig { modMask = modm } =
, ((0, xF86XK_MonBrightnessUp), spawn "brightness.sh 5") , ((0, xF86XK_MonBrightnessUp), spawn "brightness.sh 5")
, ((0, xF86XK_MonBrightnessDown), spawn "brightness.sh -5") , ((0, xF86XK_MonBrightnessDown), spawn "brightness.sh -5")
-- LOL Broken keyboard
, ((hyper, xK_m), spawn "xdotool .")
, ((hyper, xK_n), spawn "xdotool /")
] ++ ] ++
-- Replace moving bindings -- Replace moving bindings