summaryrefslogtreecommitdiff
path: root/.zprofile
diff options
context:
space:
mode:
Diffstat (limited to '.zprofile')
-rw-r--r--.zprofile8
1 files changed, 6 insertions, 2 deletions
diff --git a/.zprofile b/.zprofile
index 0e90900..b627262 100644
--- a/.zprofile
+++ b/.zprofile
@@ -1,2 +1,6 @@
-export XCURSOR_PATH=${XCURSOR_PATH}:~/.local/share/icons
-[ -z $DISPLAY ] && [ $(tty) = /dev/ttyv0 ] && exec startx
+export XDG_RUNTIME_DIR=/var/run/user/`id -u` \
+ XCURSOR_PATH=${XCURSOR_PATH}:~/.local/share/icons \
+ MOZ_ENABLE_WAYLAND=1 \
+ GDK_BACKEND=wayland \
+ MOZ_DBUS_REMOTE=1
+[ -z $DISPLAY ] && [ $(tty) = /dev/ttyv0 ] && exec sway