aboutsummaryrefslogtreecommitdiffstats
path: root/xmonad/xinit
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--xmonad/xinit3
1 files changed, 3 insertions, 0 deletions
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