summaryrefslogtreecommitdiff
path: root/.zprofile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.zprofile9
1 files changed, 4 insertions, 5 deletions
diff --git a/.zprofile b/.zprofile
index 689be61..1bcd629 100644
--- a/.zprofile
+++ b/.zprofile
@@ -8,13 +8,12 @@ export EDITOR=nvim
# wayland fixes
export _JAVA_AWT_WM_NONREPARENTING=1
export MOZ_ENABLE_WAYLAND=1
-export QT_QPA_PLATFORM=wayland-egl
-export SDL_VIDEODRIVER=wayland
-export XDG_SESSION_TYPE=wayland
-export XDG_CURRENT_DESKTOP=sway
-export XDG_CONFIG_HOME=$HOME/.config
export MOZ_USE_XINPUT2=1
+# xdg
+export XDG_CONFIG_HOME=$HOME/.config
+export XDG_DATA_HOME=$HOME/.local/share
+
# ricing
export GTK_THEME=Lavanda-Sea-Dark