nixos/cosmic: add ToggleSticky shortcut

This commit is contained in:
Wroclaw 2024-10-14 02:33:30 +02:00
parent 236bedbcb5
commit bdf8713314

View file

@ -19,4 +19,11 @@
Super, Super,
], ],
): System(Launcher), ): System(Launcher),
} (
modifiers: [
Super,
Alt,
],
key: "g",
): ToggleSticky,
}