mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-07 14:05:59 +01:00
handle activate requests
This commit is contained in:
parent
ebc7f9596f
commit
eed0e41240
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue