Browse Source

Remove Mod+p bind, since KDE's search sometimes doesn't appear

Josh Bicking 7 years ago
parent
commit
a5c2e61f77
1 changed files with 1 additions and 0 deletions
  1. 1 0
      xmonad/xmonad.hs

+ 1 - 0
xmonad/xmonad.hs

@@ -49,6 +49,7 @@ main = do
 myRemoveKeys =
   [ (mod4Mask, xK_Tab)
   , (mod4Mask .|. shiftMask, xK_Tab)
+  , (mod4Mask, xK_p)
   ]
 
 myManageHook = composeAll . concat $