Move i3 start to .xinitrc

This commit is contained in:
2019-04-27 11:28:12 -04:00
parent e6eb1bedd0
commit 7691dcd7af
10 changed files with 86 additions and 51 deletions

View File

@@ -1,5 +1,26 @@
numlockx
xrandr --setprovideroutputsource modesetting NVIDIA-0
[[ -f ~/.Xresources ]] && xrdb -merge ~/.Xresources
# xrandr --auto
xmodmap ~/.Xmodmap
redshift -O 2000
xset r rate $XSET_DELAY $XSET_RATE
# exec /home/kevin/Downloads/dwm/reload-dwm.sh
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 &
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