mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 04:35:59 +01:00
add new_window_takes_over_fullscreen 2
This commit is contained in:
parent
d5ee5efc03
commit
272f9c7e9f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue