dotfiles/.bash_profile
2025-05-18 22:07:46 +02:00

9 lines
156 B
Bash

#
# ~/.bash_profile
#
# Launch Hyprland and Hyprlock on launch
[[ -z $DISPLAY && $(tty) = /dev/tty1 ]] && exec Hyprland
[[ -f ~/.bashrc ]] && . ~/.bashrc