Add default keybind super-d for ToggleShowDesktop

This commit is contained in:
Johan Malm 2026-05-25 14:26:53 +01:00
parent bce14a5ad7
commit 558537d3aa
4 changed files with 8 additions and 0 deletions

View file

@ -28,6 +28,9 @@ static struct key_combos {
}, {
.binding = "W-a",
.action = "ToggleMaximize",
}, {
.binding = "W-d",
.action = "ToggleShowDesktop",
}, {
.binding = "W-Left",
.action = "SnapToEdge",