summaryrefslogtreecommitdiff
path: root/.autostart
diff options
context:
space:
mode:
authorTom Barrett <tom@tombarrett.xyz>2020-03-09 09:11:34 -0500
committerTom Barrett <tom@tombarrett.xyz>2020-03-09 09:11:34 -0500
commitce4d745291e427b4cffb8584e111a6df32f81b97 (patch)
treef284a1982fb8b4436907e52010806632739a374c /.autostart
parent1e13cfa09d1a2c057a7a4b9590daf569bd91b760 (diff)
now uses self compiled stterm, also links binaries
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 &