skipper: remove hotkey overlay from niri
This commit is contained in:
parent
2e412c80cb
commit
4d6ae8f024
1 changed files with 4 additions and 2 deletions
|
@ -66,13 +66,15 @@ layout {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
hotkey-overlay {
|
||||||
|
skip-at-startup
|
||||||
|
}
|
||||||
|
|
||||||
prefer-no-csd
|
prefer-no-csd
|
||||||
|
|
||||||
screenshot-path "@screenshot_path@/Screenshot from %Y-%m-%d %H-%M-%S.png"
|
screenshot-path "@screenshot_path@/Screenshot from %Y-%m-%d %H-%M-%S.png"
|
||||||
|
|
||||||
binds {
|
binds {
|
||||||
Mod+Shift+Slash { show-hotkey-overlay; }
|
|
||||||
|
|
||||||
Mod+Shift+Q repeat=false { close-window; }
|
Mod+Shift+Q repeat=false { close-window; }
|
||||||
Mod+Escape repeat=false { spawn "@loginctl_cmd@" "lock-session"; }
|
Mod+Escape repeat=false { spawn "@loginctl_cmd@" "lock-session"; }
|
||||||
Mod+Shift+Escape repeat=false { spawn "@power_menu_cmd@"; }
|
Mod+Shift+Escape repeat=false { spawn "@power_menu_cmd@"; }
|
||||||
|
|
Loading…
Reference in a new issue