summaryrefslogtreecommitdiff
path: root/.zprofile
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2023-11-28 09:07:49 -0500
committerFreya Murphy <freya@freyacat.org>2023-11-28 09:07:49 -0500
commit1b5173bec111364070ccc7d6a8acd6bc0e21e3bd (patch)
treea4bdf965d69c086c2439f8761321d04573b4b666 /.zprofile
parentfix project script (diff)
downloaddotfiles-arch-1b5173bec111364070ccc7d6a8acd6bc0e21e3bd.tar.gz
dotfiles-arch-1b5173bec111364070ccc7d6a8acd6bc0e21e3bd.tar.bz2
dotfiles-arch-1b5173bec111364070ccc7d6a8acd6bc0e21e3bd.zip
dbus/xdg proper configuration
Diffstat (limited to '.zprofile')
-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