aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-01-18 12:02:10 +0100
committerMattias Andrée <m@maandree.se>2026-01-18 12:02:10 +0100
commitf2211f0092255e8020543486d2603ab11652517a (patch)
tree6725629e86d0ff681c4138f9c6eec63df6674a30
parentAdd alias echoln (diff)
downloaddotfiles-f2211f0092255e8020543486d2603ab11652517a.tar.gz
dotfiles-f2211f0092255e8020543486d2603ab11652517a.tar.bz2
dotfiles-f2211f0092255e8020543486d2603ab11652517a.tar.xz
set env GTK_CSD=1HEADmaster
Signed-off-by: Mattias Andrée <m@maandree.se>
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