Created
November 15, 2014 14:01
-
-
Save z0lope0z/3cb7cb0bb7fb2396fabc to your computer and use it in GitHub Desktop.
Getting Android Studio 0.9.2 to work on Xmonad 0.10
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- from https://plus.google.com/+JamesBrotchie/posts/2PQtFTf548F | |
import XMonad.Hooks.ICCCMFocus | |
... | |
, logHook = do | |
takeTopFocus | |
dynamicLogWithPP xmobarPP | |
... | |
or upgrade to 0.11 lol |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment