* Allow window definitions to have parameters
* Implement SimplExpr for all other window definition options
* Take gtk scaling into account when setting struts
* Cleanup
* Rename window_argumentss to instance_id_to_args
* Update docs to emphasis window arguments being constant
* Replace eww windows with active-windows and list-windows
* Fix extracting duration from string
* Format + reduce warnings
---------
Co-authored-by: elkowar <5300871+elkowar@users.noreply.github.com>
* Implement trigger for defpoll variable
* Rename functions and configuration properties, edit docs to show sample usage, improve nearby fields in docs.
factor out some x specific logic cleanly
factor out more code into backend specific sections
Minor refactor to enum parsing
fix build on wayland
make default of wm-ignore depend on type and reserve, and add documentation
* add windowtype attribute to window tag. set _NET_WM_WINDOW_TYPE property for x11
* up
* remove strum and strum_macros dependencies
* Update configuration.md
* Update window_definition.rs
* Update window_definition.rs
should work now
Co-authored-by: Midnight Exigent <6959267-midnightexigent@users.noreply.gitlab.com>