We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Programs like IntelliJ Idea do not gain focus. I recommend updating xmonad.hs My diff log:
@@ -30,6 +31,7 @@ import XMonad.Hooks.DynamicLog import XMonad.Actions.Plane import XMonad.Hooks.ManageDocks import XMonad.Hooks.UrgencyHook +import XMonad.Hooks.ICCCMFocus import qualified XMonad.StackSet as W import qualified Data.Map as M import Data.Ratio ((%)) @@ -348,7 +350,7 @@ main = do , manageHook = manageHook defaultConfig <+> composeAll myManagementHooks <+> manageDocks - , logHook = dynamicLogWithPP $ xmobarPP { + , logHook = takeTopFocus <+> dynamicLogWithPP xmobarPP { ppOutput = hPutStrLn xmproc , ppTitle = xmobarColor myTitleColor "" . shorten myTitleLength , ppCurrent = xmobarColor myCurrentWSColor ""
The text was updated successfully, but these errors were encountered:
Thanks for this suggestion! I've integrated this into both master and the precise branch.
Sorry, something went wrong.
No branches or pull requests
Programs like IntelliJ Idea do not gain focus.
I recommend updating xmonad.hs
My diff log:
The text was updated successfully, but these errors were encountered: