home/niri: Disable hotkey overlay on startup
This commit is contained in:
parent
8d003d17c2
commit
e80b8bf4b2
1 changed files with 1 additions and 0 deletions
|
@ -67,6 +67,7 @@ in lib.mkIf (osConfig.hardware.graphics.enable or false) {
|
|||
|
||||
programs.niri.settings = {
|
||||
prefer-no-csd = true;
|
||||
hotkey-overlay.skip-at-startup = true;
|
||||
screenshot-path = "~/tmp/%Y-%m-%d %H:%M:%S.png";
|
||||
|
||||
input = {
|
||||
|
|
Loading…
Reference in a new issue