diff options
author | DrNuget <drnuget@outlook.com> | 2025-01-30 14:35:17 +0200 |
---|---|---|
committer | DrNuget <drnuget@outlook.com> | 2025-01-30 14:35:17 +0200 |
commit | edc521f573ee5f53ad4e5a00bf0ddc5d14b9acbd (patch) | |
tree | d6e18e7d5161f0940edd0de416677eb5f004a505 | |
parent | f2bf6235546dd7468ae21c26af1155f297a36ec9 (diff) |
.profile add env vars to make some programs usable in tiling wms
-rw-r--r-- | .profile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" |