mirror of
https://github.com/xmonad/xmonad.git
synced 2025-05-19 08:30:21 -07:00
Merge pull request #129 from madnight/patch-2
Change comment for grabButtons in Main.hs
This commit is contained in:
commit
3b0559c6cc
@ -472,7 +472,7 @@ grabKeys = do
|
||||
forM_ (keysymToKeycodes sym) $ \kc ->
|
||||
mapM_ (grab kc . (mask .|.)) =<< extraModifiers
|
||||
|
||||
-- | XXX comment me
|
||||
-- | Grab the buttons
|
||||
grabButtons :: X ()
|
||||
grabButtons = do
|
||||
XConf { display = dpy, theRoot = rootw } <- ask
|
||||
|
Loading…
x
Reference in New Issue
Block a user