Dotfiles for my tiling window manager + terminal workflow.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
824 B

6 years ago
6 years ago
  1. xrandr --setprovideroutputsource modesetting NVIDIA-0
  2. [[ -f ~/.Xresources ]] && xrdb -merge ~/.Xresources
  3. # xrandr --auto
  4. xmodmap ~/.Xmodmap
  5. redshift -O 2000
  6. xset r rate $XSET_DELAY $XSET_RATE
  7. # exec /home/kevin/Downloads/dwm/reload-dwm.sh
  8. {{ if eq .chezmoi.fullHostname "nzxt" }}
  9. dunst &
  10. compton -b
  11. imwheel &
  12. numlockx on &
  13. start-pulseaudio-x11 &
  14. wal -i "$(/home/kevin/scripts/shuffler \"$HOME/Pictures/Backgrounds/dim/non-editing\")" && /home/kevin/st/make-st.sh &
  15. {{ end }}
  16. exec i3
  17. # # Statusbar loop
  18. # while true; do
  19. # xsetroot -name "$( date +"%R.%a-%m-%d" )"
  20. # sleep 1m # Update time every minute
  21. # done &
  22. # # wal -i $(/home/kevin/scripts/shuffler "$HOME/Pictures/Backgrounds/dim/non-editing") &
  23. # wal -i "$HOME/Pictures/Backgrounds/dim/editing/captain-marvel.jpg" &
  24. # exec dwm
  25. # vim: ft=conf.go-template