Add screenshot sync to Mac via niri

This commit is contained in:
2026-02-20 17:37:53 +00:00
parent 6a82a3c5d2
commit 567a2a3ffc
3 changed files with 31 additions and 2 deletions

View File

@@ -489,7 +489,7 @@ binds {
// Mod+Space { switch-layout "next"; }
// Mod+Shift+Space { switch-layout "prev"; }
Mod+P { screenshot; }
Mod+P { spawn "sh" "-c" "niri msg action screenshot && ~/.config/niri/copy-latest-screenshot.sh"; }
Mod+Ctrl+P { screenshot-screen; }
Mod+Alt+P { screenshot-window; }