From 399ff42d7330c5a1a9a34485656a3afafb596a57 Mon Sep 17 00:00:00 2001 From: worldofpeace Date: Mon, 5 Aug 2019 05:42:35 -0400 Subject: 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 --- nixos/modules/services/x11/desktop-managers/pantheon.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'nixos/modules') diff --git a/nixos/modules/services/x11/desktop-managers/pantheon.nix b/nixos/modules/services/x11/desktop-managers/pantheon.nix index e27a479adadd..46a15b723e12 100644 --- a/nixos/modules/services/x11/desktop-managers/pantheon.nix +++ b/nixos/modules/services/x11/desktop-managers/pantheon.nix @@ -102,6 +102,9 @@ in # Makes qt applications look less alien export QT_QPA_PLATFORMTHEME=gtk3 export QT_STYLE_OVERRIDE=adwaita + + # Settings from elementary-default-settings + export GTK_CSD=1 fi ''; -- cgit 1.4.1