# # ~/.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 # Added by Toolbox App export PATH="$PATH:/home/frank/.local/share/JetBrains/Toolbox/scripts"