From d9a2100e69b45852da494560183f204149a18044 Mon Sep 17 00:00:00 2001 From: Wroclaw Date: Wed, 30 Oct 2024 14:10:40 +0100 Subject: [PATCH] nixos/cosmic: add screenshot keybind --- .../com.system76.CosmicSettings.Shortcuts/v1/custom | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/nix-os/desktopManagers/cosmic-config/com.system76.CosmicSettings.Shortcuts/v1/custom b/nix-os/desktopManagers/cosmic-config/com.system76.CosmicSettings.Shortcuts/v1/custom index 6c6d1b7..cf90d84 100644 --- a/nix-os/desktopManagers/cosmic-config/com.system76.CosmicSettings.Shortcuts/v1/custom +++ b/nix-os/desktopManagers/cosmic-config/com.system76.CosmicSettings.Shortcuts/v1/custom @@ -7,6 +7,13 @@ key: "t", description: Some("Open terminal"), ): Spawn("kitty"), + ( + modifiers: [ + Super, + Shift, + ], + key: "s", + ): System(Screenshot), ( modifiers: [ Super,