浏览代码

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

Josh Bicking 7 年之前
父节点
当前提交
a5c2e61f77
共有 1 个文件被更改,包括 1 次插入0 次删除
  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 $