From 64d491cd7a3e7a0a341483939537f17d3e87277e Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Tue, 11 Apr 2023 22:17:38 -0400 Subject: feat: swapping over to wayland --- .zprofile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to '.zprofile') 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 -- cgit v1.2.3