misc: add misc:new_window_takes_over_fullscreen

This commit is contained in:
vaxerski 2023-10-02 16:28:44 +01:00
parent 4b6259c32d
commit 9197787690
1 changed files with 1 additions and 0 deletions

View File

@ -303,6 +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 |
# Binds # Binds