diff options
| author | Ja.KooLit <ejhay.games@gmail.com> | 2023-12-29 12:30:50 +0900 |
|---|---|---|
| committer | Ja.KooLit <ejhay.games@gmail.com> | 2023-12-29 12:30:50 +0900 |
| commit | 7dd29c700fe9bf791c6cc7a39d0bfe916d80cac5 (patch) | |
| tree | fe7048ad8f98d82dce8be7257606b610afdd0c5d /config/hypr/initial-boot.sh | |
| parent | dcbb02b43a80e2be6ac2b77a4775b7df623d4809 (diff) | |
Final changes for v2.2.2
Diffstat (limited to 'config/hypr/initial-boot.sh')
| -rwxr-xr-x | config/hypr/initial-boot.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/hypr/initial-boot.sh b/config/hypr/initial-boot.sh index 704d8676..e31863ca 100755 --- a/config/hypr/initial-boot.sh +++ b/config/hypr/initial-boot.sh @@ -2,8 +2,9 @@ # A bash script designed to run only once dotfiles installed -# THIS SCRIPT CAN BE DELETED ONCE SUCCESSFULLY BOOTED!! And also, edit ~/.config/hypr/configs/Execs.conf +# THIS SCRIPT CAN BE DELETED ONCE SUCCESSFULLY BOOTED!! And also, edit ~/.config/hypr/configs/Settings.conf # not necessary to do since this script is only designed to run only once as long as the marker exists +# However, I do highly suggest not to touch it since again, as long as the marker exist, script wont run # Variables scriptsDir=$HOME/.config/hypr/scripts |
