about summary refs log tree commit diff
path: root/home/shell/zsh/sway.zsh
blob: 69d51033122cb96245ce69c74534241019346919 (plain) (blame)
1
2
3
if [ -z $DISPLAY ] && [ "$(tty)" = "/dev/tty1" ]; then
    exec sway
fi