first commit

This commit is contained in:
2025-04-17 18:00:15 -07:00
commit d4d48ef96d
35 changed files with 6842 additions and 0 deletions

9
.yash_profile Normal file
View File

@@ -0,0 +1,9 @@
#!/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