dotfiles/.zshrc.pre
2025-02-16 19:41:27 +01:00

4 lines
132 B
Text

if [ -z $DISPLAY ] && [ "$(tty)" = "/dev/tty1" ]; then
source $HOME/.profile
exec sway --unsupported-gpu -d 2> /tmp/sway.log
fi