diff options
author | Freya Murphy <freya@freyacat.org> | 2023-11-28 09:07:49 -0500 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2023-11-28 09:07:49 -0500 |
commit | 1b5173bec111364070ccc7d6a8acd6bc0e21e3bd (patch) | |
tree | a4bdf965d69c086c2439f8761321d04573b4b666 /.zprofile | |
parent | fix project script (diff) | |
download | dotfiles-arch-1b5173bec111364070ccc7d6a8acd6bc0e21e3bd.tar.gz dotfiles-arch-1b5173bec111364070ccc7d6a8acd6bc0e21e3bd.tar.bz2 dotfiles-arch-1b5173bec111364070ccc7d6a8acd6bc0e21e3bd.zip |
dbus/xdg proper configuration
Diffstat (limited to '.zprofile')
-rw-r--r-- | .zprofile | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -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 |