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
39 lines
1.1 KiB
xrandr --setprovideroutputsource modesetting NVIDIA-0
|
|
# [[ -f ~/.Xresources ]] && xrdb -merge ~/.Xresources
|
|
[[ -f ~/.Xresources ]] && xrdb ~/.Xresources
|
|
# xrandr --auto
|
|
{{ if .ext_kb }}
|
|
xmodmap ~/.Xmodmap
|
|
{{ else }}
|
|
# xmodmap ~/.Xmodmap-laptop
|
|
xmodmap ~/tmp/.Xmodmap-laptop
|
|
{{ end }}
|
|
# redshift -O 2000
|
|
redshift -O 3000
|
|
xset r rate $XSET_DELAY $XSET_RATE
|
|
# exec /home/kevin/Downloads/dwm/reload-dwm.sh
|
|
|
|
{{ if eq .chezmoi.hostname "nzxt" }}
|
|
dunst &
|
|
compton -b
|
|
imwheel &
|
|
numlockx on &
|
|
start-pulseaudio-x11 &
|
|
|
|
# wal -i "$(/home/kevin/scripts/shuffler \"$HOME/Pictures/Backgrounds/dim/non-editing\")" && /home/kevin/st/make-st.sh &
|
|
# wal -i $(/home/kevin/scripts/shuffler "$HOME/Pictures/Backgrounds/dim/non-editing") &
|
|
wal -i $(/home/kevin/scripts/shuffler "$HOME/Pictures/Backgrounds/dim/editing") &
|
|
{{ end }}
|
|
exec i3
|
|
|
|
# # Statusbar loop
|
|
# while true; do
|
|
# xsetroot -name "$( date +"%R.%a-%m-%d" )"
|
|
# sleep 1m # Update time every minute
|
|
# done &
|
|
|
|
# # wal -i $(/home/kevin/scripts/shuffler "$HOME/Pictures/Backgrounds/dim/non-editing") &
|
|
# wal -i "$HOME/Pictures/Backgrounds/dim/editing/captain-marvel.jpg" &
|
|
# exec dwm
|
|
|
|
# vim: ft=conf.go-template
|