add new_window_takes_over_fullscreen 2

This commit is contained in:
Vaxry 2023-10-04 15:01:54 +01:00
parent d5ee5efc03
commit 272f9c7e9f
1 changed files with 1 additions and 1 deletions

View File

@ -303,7 +303,7 @@ Described [here](../Keywords#per-device-input-configs).
| groupbar_text_color | controls the group bar text color | color | 0xffffffff | | groupbar_text_color | controls the group bar text color | color | 0xffffffff |
| background_color | change the background color. (requires enabled `disable_hyprland_logo`) | color | 0x111111 | | 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 | | 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 # Binds