ssd: add basic always-on-top button

This commit is contained in:
chocolatemintychip 2026-04-20 01:33:20 +02:00
parent 5f668a82ee
commit 838113cc44
9 changed files with 36 additions and 2 deletions

View file

@ -79,6 +79,7 @@ struct ssd {
* such a small titlebar.
*/
bool was_squared;
bool was_ontop;
struct wlr_box geometry;
struct ssd_state_title {