hyprland and fastfetch
This commit is contained in:
12
.bash_profile
Normal file
12
.bash_profile
Normal file
@ -0,0 +1,12 @@
|
||||
#
|
||||
# ~/.bash_profile
|
||||
#
|
||||
|
||||
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
||||
|
||||
# Start uwsm, which starts hyprland
|
||||
if uwsm check may-start; then
|
||||
exec uwsm start hyprland.desktop
|
||||
fi
|
||||
|
||||
fastfetch
|
Reference in New Issue
Block a user