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.

37 lines
1.0 KiB

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