From f2211f0092255e8020543486d2603ab11652517a Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 18 Jan 2026 12:02:10 +0100 Subject: set env GTK_CSD=1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- xmonad/xinit | 3 +++ 1 file changed, 3 insertions(+) diff --git a/xmonad/xinit b/xmonad/xinit index 1b7bacb..27bbd7f 100644 --- a/xmonad/xinit +++ b/xmonad/xinit @@ -9,6 +9,9 @@ if test "${SESSION}" = xmonad; then # Use GTK2 theming in Qt applications export QT_QPA_PLATFORMTHEME=gtk2 + # Use client-side decorations GTK3 and newer + export GTK_CSD=1 + # Start GTK2 settings daemon if test ! "${NO_MATE}" = y; then if test -x /usr/lib/mate-settings-daemon/mate-settings-daemon; then -- cgit v1.2.3-70-g09d2