summaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
Diffstat (limited to '.profile')
-rw-r--r--.profile4
1 files changed, 2 insertions, 2 deletions
diff --git a/.profile b/.profile
index 00a7e34..3d5ebd0 100644
--- a/.profile
+++ b/.profile
@@ -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