mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-17 13:23:08 +10:00
Modifying autostart for qtile.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user