diff options
| -rw-r--r-- | resources/default-config.kdl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/resources/default-config.kdl b/resources/default-config.kdl index d0d89f07..4dce86f7 100644 --- a/resources/default-config.kdl +++ b/resources/default-config.kdl @@ -202,7 +202,9 @@ layout { // Uncomment this line to ask the clients to omit their client-side decorations if possible. // If the client will specifically ask for CSD, the request will be honored. -// Additionally, clients will be informed that they are tiled, removing some rounded corners. +// Additionally, clients will be informed that they are tiled, removing some client-side rounded corners. +// This option will also fix border/focus ring drawing behind some semitransparent windows. +// After enabling or disabling this, you need to restart the apps for this to take effect. // prefer-no-csd // You can change the path where screenshots are saved. |
