diff options
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 & |