From a945bcd25d76e88ddc497094692fe9fc04809c2d Mon Sep 17 00:00:00 2001 From: Dome Date: Wed, 23 Jul 2025 16:48:46 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 96d3d98..02b62a3 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,6 @@ To prevent an application from being tiled, you can add its `WM_CLASS` to the `e * Lines starting with `#` are treated as comments and are ignored. * The check is case-insensitive. -To find an application's `WM_CLASS`, open a terminal and run the command `xprop WM_CLASS`. Your cursor will turn into a crosshair. Click on the window of the application you want to exclude. +To find an application's `WM_CLASS`, open a terminal and run the command `xprop WM_CLASS`. Your cursor will turn into a crosshair. Click on the window of the application you want to exclude. -*Example `[exceptions.txt](https://github.com/Domoel/Simple-Tiling/blob/main/exceptions.txt)`:* +An Example of an exceptions.txt can be found in the repo.