configs/zsh/zshrc.user.for_sway

5 lines
113 B
Plaintext

if [ "$TTY" = "/dev/tty1" ]; then
export XDG_CURRENT_DESKTOP=sway
exec dbus-launch --exit-with-session sway
fi