소스 검색

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 $