nixos/pantheon: set GTK_CSD
Causes various issues when not set * https://github.com/elementary/files/issues/971 * https://github.com/elementary/default-settings/pull/103 * https://github.com/cassidyjames/ideogram/issues/26 However this can cause certain problems in gala * https://github.com/elementary/gala/issues/244
This commit is contained in:
parent
c0a57b7854
commit
399ff42d73
@ -102,6 +102,9 @@ in
|
|||||||
# Makes qt applications look less alien
|
# Makes qt applications look less alien
|
||||||
export QT_QPA_PLATFORMTHEME=gtk3
|
export QT_QPA_PLATFORMTHEME=gtk3
|
||||||
export QT_STYLE_OVERRIDE=adwaita
|
export QT_STYLE_OVERRIDE=adwaita
|
||||||
|
|
||||||
|
# Settings from elementary-default-settings
|
||||||
|
export GTK_CSD=1
|
||||||
fi
|
fi
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user