configs/zsh/zshrc.user.for_sway

5 lines
113 B
Plaintext
Raw Normal View History

2021-07-09 11:42:10 +02:00
if [ "$TTY" = "/dev/tty1" ]; then
export XDG_CURRENT_DESKTOP=sway
exec dbus-launch --exit-with-session sway
fi