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