Niri config for flameshot

This commit is contained in:
KnightArtorias 2026-06-18 18:45:13 -04:00
parent 029de2e63e
commit 22edb3f2a1
2 changed files with 2 additions and 0 deletions

View file

@ -16,5 +16,6 @@
grim grim
slurp slurp
satty satty
wl-copy
]; ];
} }

View file

@ -281,6 +281,7 @@
"Print".screenshot = {}; "Print".screenshot = {};
"Ctrl+Print".screenshot-screen = {}; "Ctrl+Print".screenshot-screen = {};
"Alt+Print".screenshot-window = {}; "Alt+Print".screenshot-window = {};
"Mod+Shift+S".spawn = [ "zsh" "-c" "grim -g \"$(slurp)\" - | satty -f - --copy-command=wl-copy" ];
# System Controls # System Controls
"Mod+Escape".toggle-keyboard-shortcuts-inhibit = {}; "Mod+Escape".toggle-keyboard-shortcuts-inhibit = {};