summaryrefslogtreecommitdiff
path: root/.autostart
diff options
context:
space:
mode:
Diffstat (limited to '.autostart')
-rwxr-xr-x.autostart8
1 files changed, 4 insertions, 4 deletions
diff --git a/.autostart b/.autostart
index 035d1eb..630ce05 100755
--- a/.autostart
+++ b/.autostart
@@ -1,10 +1,10 @@
#!/bin/bash
wait_time=0.1
-stterm -e trans -shell -brief &
+st -e trans -shell -brief &
sleep $wait_time
-stterm -e ncmpcpp &
+st -e ncmpcpp &
sleep $wait_time
-stterm -e htop &
+st -e htop &
sleep $wait_time
-stterm -e aerc &
+st -e aerc &