dotfiles/x/.xinitrc

32 lines
538 B
Text
Raw Normal View History

2021-10-09 00:04:06 -06:00
# executed by startx
# for use when dingo is DOCKED
cd ~ &
# set up monitors
fixscreen &
2021-11-16 16:40:58 -07:00
# set default audio device to be dock audio jack
pacmd set-default-sink 1
2021-10-09 00:04:06 -06:00
# add weather, date and time to xsetroot
sh ~/bin/xsetloop-docked.sh &
# set up wallpapers
2021-11-16 16:40:58 -07:00
#wallpapers &
# start notifications daemon
notification-daemon &
2021-10-09 00:04:06 -06:00
# apply Xresources
2021-11-16 16:40:58 -07:00
xrdb -merge ~/.Xresources
# make cursor disappear after a couple of seconds
unclutter --idle 4 -root &
# enable numlock
numlockx &
2021-10-09 00:04:06 -06:00
# start dwm
redshift -O3500; xset r rate 300 50; exec dwm