Skip to content

Commit ddd8cba

Browse files
authored
Update startup.sh
read instead of sleep
1 parent ae434b6 commit ddd8cba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Configs/.config/hypr/scripts/calibrator/startup.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,5 @@ EOF
7878
sed -i '43d;' ~/.config/hypr/hyprland.conf
7979
sed -i 's/^#exec-once2/exec-once/g' ~/.config/hypr/hyprland.conf
8080

81-
sleep 10s && ~/.config/hypr/keyframe/cheatsheet.sh
81+
printf "\nPress Enter"
82+
read inp && ~/.config/hypr/keyframe/cheatsheet.sh

0 commit comments

Comments
 (0)