common: sleep before mounting on startup
This commit is contained in:
@@ -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 &)
|
||||||
|
|||||||
Reference in New Issue
Block a user