From d97fe5890b3fe47b8dc4d491177f0d42e6cf4377 Mon Sep 17 00:00:00 2001 From: vaxerski Date: Wed, 31 May 2023 21:14:33 +0200 Subject: [PATCH] nodim --- pages/Configuring/Using-hyprctl.md | 1 + pages/Configuring/Window-Rules.md | 1 + 2 files changed, 2 insertions(+) diff --git a/pages/Configuring/Using-hyprctl.md b/pages/Configuring/Using-hyprctl.md index 744667c..9bd60d1 100644 --- a/pages/Configuring/Using-hyprctl.md +++ b/pages/Configuring/Using-hyprctl.md @@ -181,6 +181,7 @@ Prop List: | forceallowsinput | 0/1, forceinput rule | | forcenoanims | 0/1 | | forcenoborder | 0/1 | +| forcenodim | 0/1 | | forcenoshadow | 0/1 | | windowdancecompat | 0/1 | | nomaxsize | 0/1 | diff --git a/pages/Configuring/Window-Rules.md b/pages/Configuring/Window-Rules.md index b72c3df..6c42b66 100644 --- a/pages/Configuring/Window-Rules.md +++ b/pages/Configuring/Window-Rules.md @@ -85,6 +85,7 @@ you can use `hyprctl clients`. | nofocus | disables focus to the window | | | noinitialfocus | disables the initial focus to the window | | | noborder | disables borders for the window |✓| +| nodim | disables window dimming for the window |✓| | noshadow | disables shadows for the window |✓| | forceinput | forces an XWayland window to receive input, even if it requests not to do so. (Might fix issues like e.g. Game Launchers not receiving focus for some reason) | | | windowdance | forces an XWayland window to never refocus, used for games/applications like Rhythm Doctor | |