This commit is contained in:
2025-11-11 13:15:25 -05:00
commit 6cf68de325
20 changed files with 1890 additions and 0 deletions

3
shared/.zprofile Normal file
View File

@@ -0,0 +1,3 @@
if [ -z "$WAYLAND_DISPLAY" ] && [ -n "$XDG_VTNR" ] && [ "$XDG_VTNR" -eq 1 ] && [ -z "$SSH_CONNECTION" ]; then
exec sway
fi