From eb811e3564caced917fc01c56a1e9eab3ee0cbd8 Mon Sep 17 00:00:00 2001 From: Vaxry Date: Fri, 30 Aug 2024 17:39:32 +0200 Subject: [PATCH] renderunfocused stuff --- pages/Configuring/Variables.md | 1 + pages/Configuring/Window-Rules.md | 1 + 2 files changed, 2 insertions(+) diff --git a/pages/Configuring/Variables.md b/pages/Configuring/Variables.md index 18b846c..338951d 100644 --- a/pages/Configuring/Variables.md +++ b/pages/Configuring/Variables.md @@ -378,6 +378,7 @@ _Subcategory `group:groupbar:`_ | exit_window_retains_fullscreen | if true, closing a fullscreen window makes the next focused window fullscreen | bool | false | | 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 | ### Binds diff --git a/pages/Configuring/Window-Rules.md b/pages/Configuring/Window-Rules.md index 1ef1051..eea7f1b 100644 --- a/pages/Configuring/Window-Rules.md +++ b/pages/Configuring/Window-Rules.md @@ -160,6 +160,7 @@ The following rules can also be set with [`hyprctl setprop`](../Using-hyprctl#se | syncfullscreen \[on\] | whether the fullscreen mode should always be the same as the one sent to the window (will only take effect on the next fullscreen mode change) | | immediate \[on\] | forces the window to allow to be torn. See [the Tearing page](../Tearing). | | xray \[on\] | sets blur xray mode for the window | +| renderunfocused | forces the window to think it's being rendered when it's not visible | When using window rules, \[on\] can be set to `0` for off, `1` for on or not set for default.