mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-24 20:10:23 +10:00
11 lines
214 B
Bash
Executable File
11 lines
214 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
festival --tts $HOME/.config/qtile/welcome_msg &
|
|
lxsession &
|
|
picom &
|
|
nitrogen --restore &
|
|
/usr/bin/emacs --daemon &
|
|
conky -c $HOME/.config/conky/doomone-qtile.conkyrc
|
|
volumeicon &
|
|
nm-applet &
|