Scott Moreau
Scott Moreau
Your patch doesn't seem too bad, maybe make a PR of it? You could check `command -v brightnessctl` upfront and show a warning if it isn't available, otherwise, hook up...
My thoughts as well, maybe bisect? It could be related to [this recent commit](https://github.com/WayfireWM/wf-shell/commit/665263593350fddd92322e553fc09895cdebf209).
It should be easy to bisect if you can find a good commit. Have you checked WAYLAND_DEBUG output and make sure the exclusive zone is being set as you expect?...
#1572 has been merged.
@bluebyt65 You want 'set sticky' in the rule not just 'sticky'.
The app_id is "conky" with lowercase 'c'. You can find this information easily with [wf-info](github.com/soreau/wf-info).
> For other reason I had to reinstall Wayfire and now somehow the rule sticky are working with conky. rule_21 = on created if app_id is "Conky" then set sticky...
@bluebyt65 The other way to do this is to set `conky` for command and app_id options in background-view plugin, though it might always end up at top/left.
#1572 has been merged.
In recent developments, wayfire [upgraded to wlroots 0.17.x](c48194e055219dcb3a603b59ca37f330a64cac12) which adds gamma support. This means utilities such as wlsunset now work. Closing..