summaryrefslogtreecommitdiff
path: root/.zprofile
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2024-02-04 17:19:53 -0500
committerAdam T. Carpenter <atc@53hor.net>2024-02-04 17:19:53 -0500
commit61036390fa3ebc06081d54574a3a33a18e33a184 (patch)
tree1e7017f16c8d2d294859ae9b427bcb78880de062 /.zprofile
parent2ae09557fc81d668c70620ace7e2ee0670f97cef (diff)
downloaddotfiles-master.tar.xz
dotfiles-master.zip
pre migrateHEADmaster
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