summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrafa_99 <raroma09@gmail.com>2022-07-18 23:14:22 +0100
committerrafa_99 <raroma09@gmail.com>2022-07-18 23:14:22 +0100
commita723e35068259bf3b4fd3f363129ddc26c6bb163 (patch)
tree4a5522c5c910540d4a63b640889d9fd0f4904339
parente520b29e0e002def3c18ec5804f558be11164529 (diff)
Removed countdown timer before startup
-rwxr-xr-xshell/.config/shell/env13
1 files changed, 1 insertions, 12 deletions
diff --git a/shell/.config/shell/env b/shell/.config/shell/env
index e39dbd4..efaf521 100755
--- a/shell/.config/shell/env
+++ b/shell/.config/shell/env
@@ -64,15 +64,4 @@ export PATH="$HOME/.local/bin:$XDG_DATA_HOME/android-sdk:$XDG_DATA_HOME/npm/bin:
# Initializing Session if Xorg not Running Already
export SESSION=dwm
-
-if ! pgrep Xorg > /dev/null
-then
- printf "Initializing Xorg\nPress Ctrl + C to stop the initialization process\n"
- for ((i = 5; i >= 1; i--))
- do
- sleep 1
- echo -n "$i "
- done
- echo ""
- exec startx "$XINITRC"
-fi
+exec startx "$XINITRC"