nixos/cosmic: add screenshot keybind

This commit is contained in:
Wroclaw 2024-10-30 14:10:40 +01:00
parent c9c80b8941
commit d9a2100e69

View file

@ -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,