diff --git a/pages/Configuring/Variables.md b/pages/Configuring/Variables.md index caac303..b1a3d22 100644 --- a/pages/Configuring/Variables.md +++ b/pages/Configuring/Variables.md @@ -303,7 +303,7 @@ Described [here](../Keywords#per-device-input-configs). | groupbar_text_color | controls the group bar text color | color | 0xffffffff | | background_color | change the background color. (requires enabled `disable_hyprland_logo`) | color | 0x111111 | | close_special_on_empty | close the special workspace if the last window is removed | bool | true | -| new_window_takes_over_fullscreen | if there is a fullscreen window, whether a new tiled window opened should replace the fullscreen one or stay behind | bool | false | +| new_window_takes_over_fullscreen | if there is a fullscreen window, whether a new tiled window opened should replace the fullscreen one or stay behind. 0 - behind, 1 - takes over, 2 - unfullscreen the current fullscreen window | int | 0 | # Binds