From 655df5fb7c94da951ea627625962daf85fdadcba Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Sat, 1 Oct 2022 19:21:14 +0100 Subject: [PATCH] add window swallowing info --- pages/Configuring/Variables.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pages/Configuring/Variables.md b/pages/Configuring/Variables.md index 19bbcd2..c6fcd7b 100644 --- a/pages/Configuring/Variables.md +++ b/pages/Configuring/Variables.md @@ -17,6 +17,7 @@ the layout pages and not here. (See the Sidebar) | color | color (e.g. `0x22334455` - alpha `0x22`, red `0x33`, green `0x44`, blue `0x55`) | | vec2 | vector with 2 values (float), separated by a space (e.g. `0 0` or `-10.9 99.1`) | | MOD | a string modmask (e.g. `SUPER` or `SUPERSHIFT` or`SUPERSHIFTALTCTRLCAPSMOD2MOD3MOD5` or empty for none) | +| str | a string | {{< hint type=info >}} @@ -193,6 +194,8 @@ Described [here](../Keywords#per-device-input-configs). | layers_hog_keyboard_focus | If true, will make keyboard-interactive layers keep their focus on mouse move (e.g. wofi, bemenu) | bool | true | | animate_manual_resizes | If true, will animate manual window resizes/moves | bool | false | | 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\] | ## Binds