-
-
Notifications
You must be signed in to change notification settings - Fork 279
New issue
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
avoidStruts buggy when used in combination with some other layout hook #112
Comments
That's becuase it stores struts in layout state which is reset when you reset layouts. #80 should fix your issue. |
On Thu, Nov 3, 2016 at 4:42 PM, Ivan Malison [email protected]
If you are running xmonad-contrib from git, this is a shortcoming of the brandon s allbery kf8nh sine nomine associates |
#80 has now been merged, which should fix this. Feel free to reopen if you're still seeing the issue. |
I'm still seeing this issue, even after #80 (I running xmonad-contrib compiled from git). |
#80 (comment) On Wed, Nov 9, 2016 at 4:32 PM, Ivan Malison [email protected]
brandon s allbery kf8nh sine nomine associates |
I have an admittedly somewhat complex layout hook, but something about it makes avoidStuts stop working whenever I press Mod+Shift+Enter to reset layouts.
this could also have to do with an interaction between the jump to layout version of ||| from XMonad.Layout.LayoutCombinators and avoidStruts. I'll try to look at this more deeply sometime this week, but I thought I'd post this here in case anyone else encounters this or someone knows something about this issue.
Here is my layout hook, for reference:
The text was updated successfully, but these errors were encountered: