From 3b2b215ed2031dca245f00326d630addbe7866d0 Mon Sep 17 00:00:00 2001 From: MightyPlaza <123664421+MightyPlaza@users.noreply.github.com> Date: Fri, 10 May 2024 11:28:10 +0000 Subject: [PATCH] add focusonactivate (#643) modified: pages/Configuring/Window-Rules.md --- pages/Configuring/Window-Rules.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/Configuring/Window-Rules.md b/pages/Configuring/Window-Rules.md index 8910c99..e8e5aff 100644 --- a/pages/Configuring/Window-Rules.md +++ b/pages/Configuring/Window-Rules.md @@ -147,6 +147,7 @@ Dynamic rules are re-evaluated every time a property changes. | noshadow | disables shadows for the window | | noanim | disables the animations for the window | | keepaspectratio | forces aspect ratio when resizing window with the mouse | +| focusonactivate | whether Hyprland should focus an app that requests to be focused (an `activate` request) | | bordercolor \[c\] | force the bordercolor of the window. Options for c: `color`/`color ... color angle` -> sets the active border color/gradient OR `color color`/`color ... color angle color ... color [angle]` -> sets the active and inactive border color/gradient of the window. See [variables->colors](../Variables#variable-types) for color definition. | | idleinhibit \[mode\] | sets an idle inhibit rule for the window. If active, apps like `hypridle` will not fire. Modes: `none`, `always`, `focus`, `fullscreen` | | dimaround | dims everything around the window . Please note this rule is meant for floating windows and using it on tiled ones may result in strange behavior. |