don't show pointer

This commit is contained in:
nora 2025-06-08 22:00:50 +02:00
parent c27ebb3431
commit 8db9eed672

View file

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