From 625c078eda399e2c05f453a6123cc2bd06bb91c7 Mon Sep 17 00:00:00 2001 From: vaxerski Date: Wed, 18 Sep 2024 11:23:31 +0100 Subject: [PATCH] variables: add disable_xdg_env_checks --- pages/Configuring/Variables.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/Configuring/Variables.md b/pages/Configuring/Variables.md index e5b33569..22d04523 100644 --- a/pages/Configuring/Variables.md +++ b/pages/Configuring/Variables.md @@ -371,6 +371,7 @@ _Subcategory `group:groupbar:`_ | 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 | | middle_click_paste | whether to enable middle-click-paste (aka primary selection) | bool | true | | render_unfocused_fps | the maximum limit for renderunfocused windows' fps in the background | int | 15 | +| disable_xdg_env_checks | disable the warning if XDG environment is externally managed | bool | false | ### Binds