summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrNuget <drnuget@outlook.com>2025-01-30 14:35:17 +0200
committerDrNuget <drnuget@outlook.com>2025-01-30 14:35:17 +0200
commitedc521f573ee5f53ad4e5a00bf0ddc5d14b9acbd (patch)
treed6e18e7d5161f0940edd0de416677eb5f004a505
parentf2bf6235546dd7468ae21c26af1155f297a36ec9 (diff)
.profile add env vars to make some programs usable in tiling wms
-rw-r--r--.profile2
1 files changed, 2 insertions, 0 deletions
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"