From 9e32831f0a89b68d7589bd1a1c582085fbeb5348 Mon Sep 17 00:00:00 2001 From: Vaxry Date: Wed, 24 Apr 2024 16:17:56 +0100 Subject: [PATCH] add misc:initial_workspace_tracking --- pages/Configuring/Variables.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/Configuring/Variables.md b/pages/Configuring/Variables.md index dcd73db..5a36b71 100644 --- a/pages/Configuring/Variables.md +++ b/pages/Configuring/Variables.md @@ -374,6 +374,7 @@ _Subcategory `group:groupbar:`_ | 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. 0 - behind, 1 - takes over, 2 - unfullscreen the current fullscreen window [0/1/2] | int | 0 | | enable_hyprcursor | whether to enable hyprcursor support | bool | true | +| 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 | ### Binds