nixos/homeConfig/dotfiles/bash/bash_profile
2023-03-22 00:11:44 -04:00

5 lines
128 B
Bash

# Start Sway on login
if [ -z "$DISPLAY" ] && [ "$(tty)" = "/dev/tty1" ]; then
# Start Sway in the background
exec sway
fi