Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upOption to Ignore EWMH Struts? #906
Comments
This comment has been minimized.
This comment has been minimized.
Eel52
commented
Jan 23, 2019
I encounter this issue as well and have a workaround by creatibg a script module in Polybar and having it execute every second, the script simply runs |
This comment has been minimized.
This comment has been minimized.
That isn't quite a solution I'd like to go with. Possibly related: #836 |
This comment has been minimized.
This comment has been minimized.
Eel52
commented
Jan 24, 2019
Do you want me to test your patch before you submit it? |
added a commit
to MyNameIsCosmo/bspwm
that referenced
this issue
Jan 25, 2019
This comment has been minimized.
This comment has been minimized.
Go ahead and test the PR if you'd like, it's a straight-forward configuration, and the impact should be minimal. |
baskerville
closed this
in
04f77fe
Jan 25, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
MyNameIsCosmo commentedJan 23, 2019
I am using the latest
bspwm
from git (commit 644b200) and the latestpolybar
.My current issue is that
bspwm
will respect monitor padding untilpolybar
is reloaded, in which case it will increase the padding to whichever sidepolybar
is.I highly suspect this is due to the EWMH structs from #487
This issue started out after reloading
polybar
configSee the following video for an example:
https://www.youtube.com/watch?v=PPF7ZfwZlsM
This seems to affect the current desktop, even though
bspc wm -d
states that the monitor padding is set and not the desktop padding. The other desktops do not seem to be affected until i either reload my configuration when on the desktop, or close all windows.Would it be OK to add a configuration to ignore EWMH struts?
I'd be happy following up with a PR if it would be accepted