From 1b5173bec111364070ccc7d6a8acd6bc0e21e3bd Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Tue, 28 Nov 2023 09:07:49 -0500 Subject: dbus/xdg proper configuration --- .zprofile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to '.zprofile') 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 -- cgit v1.2.3-freya