mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-14 11:45:06 +01:00
don't show pointer
This commit is contained in:
parent
1a154850ce
commit
896c9b53a1
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue