From 98dd956b7c6e380d84796017b1d2cbcc35f9bdb7 Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Sun, 28 Dec 2025 19:51:56 -0600 Subject: [PATCH] Modifying autostart for qtile. --- .config/qtile/autostart.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/qtile/autostart.sh b/.config/qtile/autostart.sh index a9b6d57..084441a 100755 --- a/.config/qtile/autostart.sh +++ b/.config/qtile/autostart.sh @@ -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