summaryrefslogtreecommitdiff
path: root/.zprofile
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2023-04-11 22:17:38 -0400
committerAdam T. Carpenter <atc@53hor.net>2023-04-11 22:17:38 -0400
commit64d491cd7a3e7a0a341483939537f17d3e87277e (patch)
treeaba8fec87ac773328de503083d23763050a18bdc /.zprofile
parent50cec5dad8cc719c0be20a288ba534fb99ea634a (diff)
downloaddotfiles-64d491cd7a3e7a0a341483939537f17d3e87277e.tar.xz
dotfiles-64d491cd7a3e7a0a341483939537f17d3e87277e.zip
feat: swapping over to wayland
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