wiki: Add hotkey overlay skip to FAQ

This commit is contained in:
Ivan Molodetskikh
2024-08-26 10:34:43 +03:00
parent 2907d5af3e
commit da53e79d07
+10
View File
@@ -36,3 +36,13 @@ window-rule {
```
For more information, check [this wiki section](https://github.com/YaLTeR/niri/wiki/Configuration:-Window-Rules#geometry-corner-radius).
### How to hide the "Important Hotkeys" pop-up at the start?
Put this into your config:
```kdl
hotkey-overlay {
skip-at-startup
}
```