Skip to content
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

windowchef does not respect wmutil's chwb #51

Closed
JLErvin opened this issue Jun 4, 2018 · 2 comments
Closed

windowchef does not respect wmutil's chwb #51

JLErvin opened this issue Jun 4, 2018 · 2 comments

Comments

@JLErvin
Copy link

JLErvin commented Jun 4, 2018

windowchef is advertised as

100% compatible with window management utilities (e.g. wmutils). Windowchef will update its internal state if programs attempt to manage windows. It also applies the correct window decorations when a program focuses a window. This makes it possible to use it as a "backend" with wm utilities

Howver, running chwb does not change windowchef's border settings.

For example, runnig

chwb -s 0 $(pfw)

Will move the window as if the border has been changed (this is documented in chwb), but the window border remains unchanged using both single and double borders.

Running wattr b $(pfw) shows that border size is unaffected.

@JLErvin JLErvin changed the title windowchef does not respend wmutil's chwb windowchef does not respect wmutil's chwb Jun 4, 2018
@Jemi
Copy link

Jemi commented Aug 10, 2018

I'm getting the same thing here running the latest git of windowchef. After setting border width to 0 using waitron wm_config border_width 0 and disabling borders using waitron enable_borders false - which according to the man page is supposed to enable the use of an external utility to set borders - the following commands have no effect:

chwb -s FFFFFF -c 1 0x1600006

-and-

chwb -s FFFFFF -c 1 $(pfw)

These commands also print no error message. So this bug appears to be confirmed.

@tudurom tudurom closed this as completed in e82665c Sep 1, 2018
@tudurom
Copy link
Owner

tudurom commented Sep 1, 2018

Fixed. To modify borders with external tools you must disable borders first:

waitron wm_config enable_borders false

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants