summaryrefslogtreecommitdiff
path: root/modules/session (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-06-11Fixed Logout FunctionAmstel1-1/+1
When Running "uwsm stop" it replies: > Stopping compositor... > Compositor is not running. so the "or" operator would not work since the "uwsm stop" command didn't return as "FALSE".
2025-06-09session: fix logout for non-uwsm sessions2 * r + 2 * t1-1/+1
2025-06-05drawers: fix interaction areas2 * r + 2 * t2-2/+2
Outer corners shouldn't be part of interaction area
2025-05-28drawers: change anim durations2 * r + 2 * t1-2/+2
2025-05-28drawers: better show/hide anims2 * r + 2 * t1-3/+3
Use m3 expressive curves
2025-05-24internal: use implicit size for wrappers2 * r + 2 * t1-2/+2
2025-05-13session: move to drawers2 * r + 2 * t4-179/+79
2025-05-12session: disable show on hover2 * r + 2 * t2-8/+8
2025-05-12session: fix activate on key2 * r + 2 * t1-0/+1
Return and enter are two different keys???
2025-05-11feat: session menu2 * r + 2 * t4-0/+337