nixos/cosmic: add screenshot keybind
This commit is contained in:
parent
c9c80b8941
commit
d9a2100e69
1 changed files with 7 additions and 0 deletions
|
@ -7,6 +7,13 @@
|
||||||
key: "t",
|
key: "t",
|
||||||
description: Some("Open terminal"),
|
description: Some("Open terminal"),
|
||||||
): Spawn("kitty"),
|
): Spawn("kitty"),
|
||||||
|
(
|
||||||
|
modifiers: [
|
||||||
|
Super,
|
||||||
|
Shift,
|
||||||
|
],
|
||||||
|
key: "s",
|
||||||
|
): System(Screenshot),
|
||||||
(
|
(
|
||||||
modifiers: [
|
modifiers: [
|
||||||
Super,
|
Super,
|
||||||
|
|
Loading…
Reference in a new issue