From 6dde0169cb17e176621ada772f2943cc01bcc953 Mon Sep 17 00:00:00 2001
From: Andreas Gerlach <andi@appelgriebsch.org>
Date: Mon, 19 Dec 2022 15:25:43 +0100
Subject: [PATCH] [sway] remove gtk3-nocsd environment variables

---
 overlays/sway/etc/environment | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/overlays/sway/etc/environment b/overlays/sway/etc/environment
index 6e76ebed..bba8bd35 100644
--- a/overlays/sway/etc/environment
+++ b/overlays/sway/etc/environment
@@ -4,10 +4,6 @@
 # Syntax: simple "KEY=VAL" pairs on separate lines
 #
 
-# remove client side decoration in GTK3
-LD_PRELOAD=/usr/lib/libgtk3-nocsd.so.0
-GTK_CSD=0
-
 # QT should use wayland
 QT_QPA_PLATFORM=wayland;xcb
 QT_QPA_PLATFORMTHEME=qt5ct
@@ -34,4 +30,4 @@ LIBSEAT_BACKEND=logind
 # WLR_NO_HARDWARE_CURSORS=1
 
 # force pixman renderer
-# WLR_RENDERER=pixman
\ No newline at end of file
+# WLR_RENDERER=pixman
-- 
GitLab