4 lines
113 B
Bash
4 lines
113 B
Bash
source ~/.config/env
|
|
|
|
# If running from tty1 start sway
|
|
[ "$(tty)" = "/dev/tty1" ] && exec dbus-run-session sway
|