dotfiles/.zshrc.pre

5 lines
112 B
Text
Raw Normal View History

2021-11-11 23:55:42 +01:00
if [ -z $DISPLAY ] && [ "$(tty)" = "/dev/tty1" ]; then
source $HOME/.profile
2024-12-06 12:46:59 +01:00
exec sway --unsupported-gpu
2021-11-11 23:55:42 +01:00
fi