[XMonad] Fix keyboard hack

This commit is contained in:
2021-08-02 05:20:04 -06:00
parent e726ba61ae
commit 5720048067

View File

@@ -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 /")
] ++ ] ++