From 572004806727a0589a536cba9c5b27b3d49c0c08 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 2 Aug 2021 05:20:04 -0600 Subject: [PATCH] [XMonad] Fix keyboard hack --- dotfiles/config/xmonad/xmonad.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dotfiles/config/xmonad/xmonad.hs b/dotfiles/config/xmonad/xmonad.hs index cc251810..a73476f7 100644 --- a/dotfiles/config/xmonad/xmonad.hs +++ b/dotfiles/config/xmonad/xmonad.hs @@ -944,8 +944,8 @@ addKeys conf@XConfig { modMask = modm } = , ((0, xF86XK_MonBrightnessDown), spawn "brightness.sh -5") -- LOL Broken keyboard - , ((hyper, xK_m), spawn "xdotool .") - , ((hyper, xK_n), spawn "xdotool /") + , ((hyper, xK_m), spawn "xdotool type .") + , ((hyper, xK_n), spawn "xdotool type /") ] ++