diff options
| author | Mattias Andrée <m@maandree.se> | 2026-01-18 12:02:10 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-01-18 12:02:10 +0100 |
| commit | f2211f0092255e8020543486d2603ab11652517a (patch) | |
| tree | 6725629e86d0ff681c4138f9c6eec63df6674a30 | |
| parent | Add alias echoln (diff) | |
| download | dotfiles-f2211f0092255e8020543486d2603ab11652517a.tar.gz dotfiles-f2211f0092255e8020543486d2603ab11652517a.tar.bz2 dotfiles-f2211f0092255e8020543486d2603ab11652517a.tar.xz | |
Signed-off-by: Mattias Andrée <m@maandree.se>
| -rw-r--r-- | xmonad/xinit | 3 |
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 |
