improve screenshot script

This commit is contained in:
2026-02-24 20:17:33 +00:00
parent c44a85e404
commit 6978c77066
2 changed files with 32 additions and 13 deletions
+1 -1
View File
@@ -489,7 +489,7 @@ binds {
// Mod+Space { switch-layout "next"; }
// Mod+Shift+Space { switch-layout "prev"; }
Mod+P { spawn "sh" "-c" "niri msg action screenshot && ~/.config/niri/copy-latest-screenshot.sh"; }
Mod+P { spawn "~/.config/niri/copy-latest-screenshot.sh"; }
Mod+Ctrl+P { screenshot-screen; }
Mod+Alt+P { screenshot-window; }