dotfiles/home/.zprofile

8 lines
191 B
Bash

if [ "$(tty)" = "/dev/tty1" ]
then
export MOZ_ENABLE_WAYLAND=1
export XDG_SESSION_TYPE=wayland
export XDG_CURRENT_DESKTOP=sway
export QT_QPA_PLATFORM=wayland
exec sway
fi