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.

38 lines
1.1 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. wal -i $(/home/kevin/scripts/shuffler "$HOME/Pictures/Backgrounds/dim/editing") &
  23. {{ end }}
  24. exec i3
  25. # # Statusbar loop
  26. # while true; do
  27. # xsetroot -name "$( date +"%R.%a-%m-%d" )"
  28. # sleep 1m # Update time every minute
  29. # done &
  30. # # wal -i $(/home/kevin/scripts/shuffler "$HOME/Pictures/Backgrounds/dim/non-editing") &
  31. # wal -i "$HOME/Pictures/Backgrounds/dim/editing/captain-marvel.jpg" &
  32. # exec dwm
  33. # vim: ft=conf.go-template