common: sleep before mounting on startup

This commit is contained in:
2026-03-21 11:00:42 -05:00
parent 25a14684d1
commit 879ce374b6
+1 -1
View File
@@ -103,7 +103,7 @@ export EDITOR="nvim"
export CMAKE_EXPORT_COMPILE_COMMANDS=1 export CMAKE_EXPORT_COMPILE_COMMANDS=1
if [[ "$(tty)" == /dev/tty1 ]]; then if [[ "$(tty)" == /dev/tty1 ]]; then
mount -a && Hyprland echo "Sleeping 3 seconds..." && sleep 3 && mount -a && Hyprland
fi fi
$(&>/dev/null pw-play --volume=2.0 ~/.alert/ready.mp3 &) $(&>/dev/null pw-play --volume=2.0 ~/.alert/ready.mp3 &)