initial commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#
|
||||
# ~/.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
|
||||
Reference in New Issue
Block a user