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.

26 lines
745 B

5 years ago
5 years ago
  1. xrandr --setprovideroutputsource modesetting NVIDIA-0
  2. [[ -f ~/.Xresources ]] && xrdb -merge ~/.Xresources
  3. # xrandr --auto
  4. xmodmap ~/.Xmodmap
  5. redshift -O 2000
  6. xset r rate $XSET_DELAY $XSET_RATE
  7. # exec /home/kevin/Downloads/dwm/reload-dwm.sh
  8. dunst &
  9. compton -b
  10. imwheel &
  11. numlockx on &
  12. start-pulseaudio-x11 &
  13. wal -i "$(/home/kevin/scripts/shuffler \"$HOME/Pictures/Backgrounds/dim/non-editing\")" && /home/kevin/st/make-st.sh &
  14. exec i3
  15. # # Statusbar loop
  16. # while true; do
  17. # xsetroot -name "$( date +"%R.%a-%m-%d" )"
  18. # sleep 1m # Update time every minute
  19. # done &
  20. # # wal -i $(/home/kevin/scripts/shuffler "$HOME/Pictures/Backgrounds/dim/non-editing") &
  21. # wal -i "$HOME/Pictures/Backgrounds/dim/editing/captain-marvel.jpg" &
  22. # exec dwm