1 line
91 B
Bash
1 line
91 B
Bash
[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && source ~/.config/sway/env && sway > /dev/null 2>&1
|