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.

36 lines
1004 B

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