summaryrefslogtreecommitdiff
path: root/.autostart
diff options
context:
space:
mode:
authorTom Barrett <tom@tombarrett.xyz>2021-02-13 14:52:01 +0100
committerTom Barrett <tom@tombarrett.xyz>2021-02-13 14:52:01 +0100
commitb0a71b20c97ac2b97a1600e088753465137713e0 (patch)
tree8779ea8ec707861a21a2d7f59cc6cfdee2f06544 /.autostart
parent565800bbe45ea25e8cf508ac94e71fa5207aea48 (diff)
added xscreensaver usage, simplified xinitrc and dwms use of it
Diffstat (limited to '.autostart')
-rwxr-xr-x.autostart7
1 files changed, 4 insertions, 3 deletions
diff --git a/.autostart b/.autostart
index 8de5aa2..426f1d9 100755
--- a/.autostart
+++ b/.autostart
@@ -5,16 +5,17 @@ wait_time=0.1
# 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
+# 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
xset s off -dpms
+xscreensaver -no-splash &
st -e watch -t 'task' &
sleep $wait_time
+st -e stig &
+sleep $wait_time
st -e ncmpcpp &
sleep $wait_time
st -e htop &