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
[2024-11-13 10:50:58.164] [warning] Mapping is not an object
This warning appears when starting Waybar without defining the object window-rewrite in the configuration.
window-rewrite
How to reproduce:
{ "modules-left": ["sway/workspaces"], "sway/workspaces": { // "window-rewrite": {} } }
Uncommenting window-rewrite silence this warning. I guess this value does not have a default and when it's checked here it returns the warning.
Could it help assigning a default when the config is loaded (maybe here)?
Thanks
The text was updated successfully, but these errors were encountered:
sway: fix "Mapping is not an object" warning
8e276bb
Fixes Alexays#3763. Also a little code simplications while we're at it.
e75f515
Successfully merging a pull request may close this issue.
This warning appears when starting Waybar without defining the object
window-rewrite
in the configuration.How to reproduce:
Uncommenting
window-rewrite
silence this warning. I guess this value does not have a default and when it's checked here it returns the warning.Could it help assigning a default when the config is loaded (maybe here)?
Thanks
The text was updated successfully, but these errors were encountered: