From 80928632ba38210242832e316b57e2e153da7efd Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Tue, 26 Sep 2023 13:44:37 +0400 Subject: Add prefer-no-csd option --- resources/default-config.kdl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'resources') diff --git a/resources/default-config.kdl b/resources/default-config.kdl index 00e0bcaa..5ed8e7ce 100644 --- a/resources/default-config.kdl +++ b/resources/default-config.kdl @@ -56,6 +56,10 @@ focus-ring { inactive-color 0.3 0.3 0.3 1.0 } +// 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. +// prefer-no-csd + binds { // Keys consist of modifiers separated by + signs, followed by an XKB key name // in the end. To find an XKB name for a particular key, you may use a program -- cgit