From eed0e41240f4bd59dc99485c7b6281dfc74f2835 Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Sat, 22 Oct 2022 16:44:56 +0100 Subject: [PATCH] handle activate requests --- pages/Configuring/Variables.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/Configuring/Variables.md b/pages/Configuring/Variables.md index 5e40971..6b45bb1 100644 --- a/pages/Configuring/Variables.md +++ b/pages/Configuring/Variables.md @@ -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