diff options
author | Tom Barrett <tom@tombarrett.xyz> | 2020-03-09 09:11:34 -0500 |
---|---|---|
committer | Tom Barrett <tom@tombarrett.xyz> | 2020-03-09 09:11:34 -0500 |
commit | ce4d745291e427b4cffb8584e111a6df32f81b97 (patch) | |
tree | f284a1982fb8b4436907e52010806632739a374c /.autostart | |
parent | 1e13cfa09d1a2c057a7a4b9590daf569bd91b760 (diff) |
now uses self compiled stterm, also links binaries
Diffstat (limited to '.autostart')
-rwxr-xr-x | .autostart | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 & |