This commit is contained in:
Derek Taylor
2025-12-03 11:18:49 -06:00
parent 1764608c79
commit 777960ac7b
758 changed files with 6 additions and 37421 deletions

View File

@@ -4,23 +4,17 @@ COLORSCHEME=doom-one
### AUTOSTART PROGRAMS ###
if systemd-detect-virt --quiet; then
lxsession &
sleep 1
killall picom
xrandr -s 1920x1080 &
else
lxsession &
fi
picom --daemon &
dunst -conf "$HOME"/.config/dunst/"$COLORSCHEME" &
nm-applet &
systemctl --user start mpd &
/usr/bin/emacs --daemon &
"$HOME"/.screenlayout/layout.sh &
#systemctl --user start mpd &
sleep 1
conky -c "$HOME"/.config/conky/qtile/01/"$COLORSCHEME".conf || echo "Couldn't start conky."
sleep 1
yes | /usr/bin/emacs --daemon &
### UNCOMMENT ONLY ONE OF THE FOLLOWING THREE OPTIONS! ###
# 1. Uncomment to set wallpaper with 'waypaper'