Files
dtos-dotfiles/.config/qtile/autostart-wayland
T

15 lines
345 B
Bash
Executable File

#!/usr/bin/env bash
COLORSCHEME=doom-one
### AUTOSTART PROGRAMS ###
kanshi &
# 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 &