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.

35 lines
976 B

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