don't show pointer

This commit is contained in:
nora 2025-06-08 22:00:50 +02:00
parent 1a154850ce
commit 896c9b53a1

View file

@ -551,9 +551,9 @@ binds {
// Mod+Space { switch-layout "next"; } // Mod+Space { switch-layout "next"; }
// Mod+Shift+Space { switch-layout "prev"; } // Mod+Shift+Space { switch-layout "prev"; }
Print { screenshot; } Print { screenshot show-pointer=false; }
Ctrl+Print { screenshot-screen; } Ctrl+Print { screenshot-screen show-pointer=false; }
Alt+Print { screenshot-window; } Alt+Print { screenshot-window show-pointer=false; }
// Applications such as remote-desktop clients and software KVM switches may // Applications such as remote-desktop clients and software KVM switches may
// request that niri stops processing the keyboard shortcuts defined here // request that niri stops processing the keyboard shortcuts defined here