initial commit

This commit is contained in:
Frank Zechert
2026-07-24 02:44:00 +02:00
commit 181b339296
30 changed files with 3821 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
#
# ~/.bash_profile
#
[[ -f ~/.bashrc ]] && . ~/.bashrc
# Start Hyprland on TTY1
if [ "${XDG_VTNR}" -eq 1 ]; then
if uwsm check may-start; then
exec uwsm start hyprland.desktop
fi
fi