Skip to content

Commit 50d7324

Browse files
kolaynevaxerski
andauthored
Variables: rename and update misc:new_window_takes_over_fullscreen (#1267)
The variable now also controls behavior for focusing existing windows (which are tiled and conflict with a fullscreen/maximized window). This renames the variable to `misc:on_focus_under_fullscreen` and updates the description. Co-authored-by: Vaxry <[email protected]>
1 parent 03d8861 commit 50d7324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/Configuring/Variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ _Subcategory `misc:`_
418418
| session_lock_xray | if true, keep rendering workspaces below your lockscreen | bool | false |
419419
| background_color | change the background color. (requires enabled `disable_hyprland_logo`) | color | 0x111111 |
420420
| close_special_on_empty | close the special workspace if the last window is removed | bool | true |
421-
| new_window_takes_over_fullscreen | if there is a fullscreen or maximized window, decide whether a new tiled window opened should replace it, stay behind or disable the fullscreen/maximized state. 0 - behind, 1 - takes over, 2 - unfullscreen/unmaxize [0/1/2] | int | 0 |
421+
| on_focus_under_fullscreen | if there is a fullscreen or maximized window, decide whether a tiled window requested to focus should replace it, stay behind or disable the fullscreen/maximized state. 0 - ignore focus request (keep focus on fullscreen window), 1 - takes over, 2 - unfullscreen/unmaximize [0/1/2] | int | 2 |
422422
| exit_window_retains_fullscreen | if true, closing a fullscreen window makes the next focused window fullscreen | bool | false |
423423
| initial_workspace_tracking | if enabled, windows will open on the workspace they were invoked on. 0 - disabled, 1 - single-shot, 2 - persistent (all children too) | int | 1 |
424424
| middle_click_paste | whether to enable middle-click-paste (aka primary selection) | bool | true |

0 commit comments

Comments
 (0)