diff options
Diffstat (limited to '.profile')
-rw-r--r-- | .profile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -40,11 +40,11 @@ export _JAVA_AWT_WM_NONREPARENTING=1 # android-studio crash export GTK_THEME=Adwaita:dark export XDG_CURRENT_DESKTOP=wlroots export QT_QPA_PLATFORM=wayland-egl -export QT_WAYLAND_DISABLE_WINDOWDECORATION="1" +export QT_WAYLAND_DISABLE_WINDOWDECORATION=1 export MOZ_ENABLE_WAYLAND=1 case "$(tty)" in */tty1) - exec dwl -s "${XDG_CONFIG_HOME:-$HOME/.config}/wayland/winit" + exec dwl -s "${XDG_CONFIG_HOME}/wayland/winit" ;; esac |