Merge pull request #129 from madnight/patch-2

Change comment for grabButtons in Main.hs
This commit is contained in:
Peter Simons 2018-08-20 11:47:45 +02:00 committed by GitHub
commit 3b0559c6cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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