From edc521f573ee5f53ad4e5a00bf0ddc5d14b9acbd Mon Sep 17 00:00:00 2001 From: DrNuget Date: Thu, 30 Jan 2025 14:35:17 +0200 Subject: .profile add env vars to make some programs usable in tiling wms --- .profile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.profile b/.profile index 20bd34a..45ce07d 100644 --- a/.profile +++ b/.profile @@ -1,5 +1,7 @@ export WLR_DRM_NO_ATOMIC=1 +export _JAVA_AWT_WM_NONREPARENTING=1 +export GTK_THEME="Adwaita:dark" export PATH="$PATH:$HOME/.scripts" export WALLPAPER="" export LANG="en_US.UTF-8" -- cgit v1.2.3