mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-11 19:17:19 +10:00
16 lines
360 B
Bash
Executable File
16 lines
360 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
COLORSCHEME=doom-one
|
|
|
|
### AUTOSTART PROGRAMS ###
|
|
kanshi &
|
|
xwayland-satellite &
|
|
dunst -conf "$HOME"/.config/dunst/"$COLORSCHEME" &
|
|
nm-applet &
|
|
nextcloud --background &
|
|
flameshot &
|
|
# systemctl --user start mpd &
|
|
/usr/bin/emacs --daemon &
|
|
waypaper --backend swaybg --restore &
|
|
# conky -c "$HOME"/.config/conky/qtile/01/"$COLORSCHEME".conf &
|