handle activate requests

This commit is contained in:
vaxerski 2022-10-22 16:44:56 +01:00
parent ebc7f9596f
commit eed0e41240
1 changed files with 1 additions and 0 deletions

View File

@ -222,6 +222,7 @@ Described [here](../Keywords#per-device-input-configs).
| disable_autoreload | If true, the config will not reload automatically on save, and instead needs to be reloaded with `hyprctl reload`. Might save on battery. | bool | false |
| enable_swallow | Enable window swallowing | bool | false |
| swallow_regex | The *class* regex to be used for windows that should be swallowed (usually, a terminal) | str | \[EMPTY\] |
| focus_on_activate | Whether Hyprland should focus an app that requests to be focused (an `activate` request) | bool | true |
## Binds