nixos/cosmic: add ToggleSticky shortcut
This commit is contained in:
parent
236bedbcb5
commit
bdf8713314
1 changed files with 8 additions and 1 deletions
|
@ -19,4 +19,11 @@
|
||||||
Super,
|
Super,
|
||||||
],
|
],
|
||||||
): System(Launcher),
|
): System(Launcher),
|
||||||
|
(
|
||||||
|
modifiers: [
|
||||||
|
Super,
|
||||||
|
Alt,
|
||||||
|
],
|
||||||
|
key: "g",
|
||||||
|
): ToggleSticky,
|
||||||
}
|
}
|
Loading…
Reference in a new issue