summaryrefslogtreecommitdiff
path: root/.autostart
blob: ba8cdfd9f33c41ac132522bf7a0fb32399ff9bfb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#!/usr/bin/env zsh
wait_time=0.1

# 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

feh --randomize --no-fehbg \
	--bg-fill /home/tom/personal/wallpapers/*

xset s off -dpms
xscreensaver -no-splash &
# if german kb
# setxkbmap de

st -e calcurse &
sleep $wait_time
st -e stig &
sleep $wait_time
st -e ncmpcpp &
sleep $wait_time
st -e htop &
sleep $wait_time
st -e neomutt &