diff --git a/modules/features/flameshot.nix b/modules/features/flameshot.nix index f793895..538d331 100644 --- a/modules/features/flameshot.nix +++ b/modules/features/flameshot.nix @@ -16,5 +16,6 @@ grim slurp satty + wl-copy ]; } diff --git a/modules/features/tiling/niri.nix b/modules/features/tiling/niri.nix index 5d04e8c..38f4d6d 100644 --- a/modules/features/tiling/niri.nix +++ b/modules/features/tiling/niri.nix @@ -281,6 +281,7 @@ "Print".screenshot = {}; "Ctrl+Print".screenshot-screen = {}; "Alt+Print".screenshot-window = {}; + "Mod+Shift+S".spawn = [ "zsh" "-c" "grim -g \"$(slurp)\" - | satty -f - --copy-command=wl-copy" ]; # System Controls "Mod+Escape".toggle-keyboard-shortcuts-inhibit = {};