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.

39 lines
1.1 KiB

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