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.

40 lines
1.2 KiB

5 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 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. /usr/lib/notification-daemon-1.0/notification-daemon &
  18. compton -b
  19. imwheel &
  20. numlockx on &
  21. start-pulseaudio-x11 &
  22. # wal -i "$(/home/kevin/scripts/shuffler \"$HOME/Pictures/Backgrounds/dim/non-editing\")" && /home/kevin/st/make-st.sh &
  23. # wal -i $(/home/kevin/scripts/shuffler "$HOME/Pictures/Backgrounds/dim/non-editing") &
  24. wal -i $(/home/kevin/scripts/shuffler "$HOME/Pictures/Backgrounds/dim/editing") &
  25. {{ end }}
  26. exec i3
  27. # # Statusbar loop
  28. # while true; do
  29. # xsetroot -name "$( date +"%R.%a-%m-%d" )"
  30. # sleep 1m # Update time every minute
  31. # done &
  32. # # wal -i $(/home/kevin/scripts/shuffler "$HOME/Pictures/Backgrounds/dim/non-editing") &
  33. # wal -i "$HOME/Pictures/Backgrounds/dim/editing/captain-marvel.jpg" &
  34. # exec dwm
  35. # vim: ft=conf.go-template