diff options
| -rw-r--r-- | docs/wiki/Configuration:-Window-Rules.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/wiki/Configuration:-Window-Rules.md b/docs/wiki/Configuration:-Window-Rules.md index 66267560..0df6d0a1 100644 --- a/docs/wiki/Configuration:-Window-Rules.md +++ b/docs/wiki/Configuration:-Window-Rules.md @@ -172,7 +172,7 @@ window-rule { } ``` -You can find the title and the app ID of the currently focused window by running `niri msg focused-window`. +You can find the title and the app ID of a window by running `niri msg pick-window` and clicking on the window in question. > [!TIP] > Another way to find the window title and app ID is to configure the `wlr/taskbar` module in [Waybar](https://github.com/Alexays/Waybar) to include them in the tooltip: |
