summaryrefslogtreecommitdiff
path: root/.autostart
diff options
context:
space:
mode:
authorTom Barrett <spalf0@gmail.com>2019-08-15 01:59:15 -0500
committerTom Barrett <spalf0@gmail.com>2019-08-15 01:59:15 -0500
commit71ac8761a9e202f6eeff618f00e147c051073e1a (patch)
tree58308f244dc87319c7f2f3aa522ef8671d211da7 /.autostart
parentf95a534a4c46a9ddc0fa430214fe9b6014d781ea (diff)
added delay and translator
Diffstat (limited to '.autostart')
-rwxr-xr-x.autostart9
1 files changed, 8 insertions, 1 deletions
diff --git a/.autostart b/.autostart
index 1c79c59..035d1eb 100755
--- a/.autostart
+++ b/.autostart
@@ -1,3 +1,10 @@
#!/bin/bash
-stterm -e aerc &
+wait_time=0.1
+
+stterm -e trans -shell -brief &
+sleep $wait_time
+stterm -e ncmpcpp &
+sleep $wait_time
stterm -e htop &
+sleep $wait_time
+stterm -e aerc &