dotfiles/dot_zprofile

8 lines
178 B
Plaintext
Raw Normal View History

2021-07-28 05:54:37 +00:00
if [[ -z $DISPLAY && $TTY = /dev/tty1 ]]; then
export MOZ_ENABLE_WAYLAND=1
export XDG_CURRENT_DESKTOP=sway
2021-09-03 03:19:59 +00:00
export XDG_SESSION_TYPE=wayland
2021-07-28 05:54:37 +00:00
exec dbus-run-session sway
fi