Skip to content

Commit

Permalink
add new_window_takes_over_fullscreen 2
Browse files Browse the repository at this point in the history
  • Loading branch information
vaxerski committed Oct 4, 2023
1 parent d5ee5ef commit 272f9c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/Configuring/Variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 272f9c7

Please sign in to comment.