Modifying autostart for qtile.

This commit is contained in:
Derek Taylor
2025-12-28 19:51:56 -06:00
parent bc3a53e22e
commit 98dd956b7c

View File

@@ -5,6 +5,8 @@ COLORSCHEME=doom-one
### AUTOSTART PROGRAMS ###
dunst -conf "$HOME"/.config/dunst/"$COLORSCHEME" &
nm-applet &
nextcloud --background &
flameshot &
systemctl --user start mpd &
"$HOME"/.screenlayout/layout.sh &
picom --daemon &
@@ -14,6 +16,7 @@ sleep 1
yes | /usr/bin/emacs --daemon &
waypaper --restore &
### FORCE LOCK SCREEN TO USE MY CURRENT WALLPAPER ###
if [ ! -d "$HOME"/.cache/betterlockscreen/ ]; then
betterlockscreen -u /usr/share/backgrounds/dtos-backgrounds/0277.jpg &
fi