Files
dtos-dotfiles/.config/qtile/autostart-wayland
2026-01-16 09:40:24 -06:00

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 &