Files
dotfiles/user/dot_bash_profile.tmpl
T
Frank Zechert 181b339296 initial commit
2026-07-24 02:44:00 +02:00

13 lines
189 B
Cheetah

#
# ~/.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