Files
dotfiles/.bash_profile
2025-05-12 23:18:37 +02:00

13 lines
173 B
Bash

#
# ~/.bash_profile
#
[[ -f ~/.bashrc ]] && . ~/.bashrc
# Start uwsm, which starts hyprland
if uwsm check may-start; then
exec uwsm start hyprland.desktop
fi
fastfetch