You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The state module currently handles both data management and dispatching events to the Hyprland IPC. This mixes pure state tracking logic with side effects, making the code harder to test, reason about, and extend.
The
statemodule currently handles both data management and dispatching events to the Hyprland IPC. This mixes pure state tracking logic with side effects, making the code harder to test, reason about, and extend.