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

@ -291,6 +291,11 @@ static struct mouse_combos {
.button = "Left",
.event = "Click",
.action = "ToggleOmnipresent",
}, {
.context = "OnTop",
.button = "Left",
.event = "Click",
.action = "ToggleAlwaysOnTop",
}, {
.context = "Maximize",
.button = "Right",