diff options
Diffstat (limited to '')
-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 |