diff options
| -rw-r--r-- | wiki/Configuration:-Window-Rules.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/wiki/Configuration:-Window-Rules.md b/wiki/Configuration:-Window-Rules.md index 09f36333..869350c3 100644 --- a/wiki/Configuration:-Window-Rules.md +++ b/wiki/Configuration:-Window-Rules.md @@ -117,8 +117,10 @@ window-rule { } ``` +You can find the title and the app ID of the currently focused window by running `niri msg focused-window`. + > [!TIP] -> One 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: +> 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: > > ```json > "wlr/taskbar": { |
