Files
alpfiles/.yash_profile
2025-04-17 18:00:15 -07:00

10 lines
172 B
Bash

#!/bin/sh
if [ -f "$HOME/.yash_env" ]; then
. "$HOME/.yash_env"
fi
if [ -z "$WAYLAND_DISPLAY" ] && [ "$(tty)" = "/dev/tty1" ]; then
exec dbus-run-session sway
fi