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