summaryrefslogtreecommitdiff
path: root/.autostart
diff options
context:
space:
mode:
authorTom Barrett <tom@tombarrett.xyz>2020-12-29 14:19:50 +0100
committerTom Barrett <tom@tombarrett.xyz>2020-12-29 14:19:50 +0100
commit27b3ff0800ed9002631291f3e0790ed5a470be74 (patch)
tree2e730d0b3be329264b54c1e1c1a1b1b28d8a7e3a /.autostart
parentec7da27759c08e0741fe9151f056a8378c9a8aa1 (diff)
2020 update
Diffstat (limited to '.autostart')
-rwxr-xr-x.autostart14
1 files changed, 12 insertions, 2 deletions
diff --git a/.autostart b/.autostart
index 630ce05..8945fab 100755
--- a/.autostart
+++ b/.autostart
@@ -1,10 +1,20 @@
#!/bin/bash
wait_time=0.1
-st -e trans -shell -brief &
+# user arandr to generate startup
+# also if using old monitor do:
+# xrandr --newmode 1280x1024_75.00 138.75 1280 1368 1504 1728 1024 1027 1034 1072 -hsync +vsync
+# xrandr --addmode DP-3 "1280x1024_75.00"
+# xrandr --output DP-1 --off --output HDMI-1 --mode 1920x1080 --pos 0x0 --rotate normal --output
+# DP-2 --off --output
+# DP-3 --mode 1280x1024_75.00 --pos 1920x0 --rotate normal
+
+nitrogen --restore
+
+st -e watch -t 'task' &
sleep $wait_time
st -e ncmpcpp &
sleep $wait_time
st -e htop &
sleep $wait_time
-st -e aerc &
+st -e neomutt &