summaryrefslogtreecommitdiff
path: root/.zprofile
diff options
context:
space:
mode:
Diffstat (limited to '.zprofile')
-rw-r--r--.zprofile12
1 files changed, 7 insertions, 5 deletions
diff --git a/.zprofile b/.zprofile
index 05be15f..1102ee8 100644
--- a/.zprofile
+++ b/.zprofile
@@ -1,6 +1,8 @@
-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
+export XCURSOR_PATH=${XCURSOR_PATH}:~/.local/share/icons
+
+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 > /var/log/sway.log