dotfiles/x/.xinitrc-not-docked

26 lines
566 B
Text
Raw Normal View History

2021-10-09 00:04:06 -06:00
# executed by startx-not-docked
# for use when dingo is NOT docked
cd ~
# add network, battery, date and time to xsetroot
sh ~/bin/xsetloop-not-docked.sh &
2021-11-16 16:40:58 -07:00
# set default audio device to be laptop speakers
pacmd set-default-sink 1
2021-10-09 00:04:06 -06:00
# set up wallpaper
2021-11-16 16:40:58 -07:00
#nitrogen --head=0 --set-zoom-fill ~/Pictures/Wallpapers/'10-6-Server.jpg' &
# start notifications daemon
notification-daemon &
2021-10-09 00:04:06 -06:00
# apply Xresources
xrdb -merge ~/.Xresources
2021-11-16 16:40:58 -07:00
# make cursor disappear after a couple of seconds
unclutter --idle 4 -root &
2021-10-09 00:04:06 -06:00
# start dwm
redshift -O3500; xset r rate 300 50; exec dwm