dwt1--dotfiles/.config/qtile/autostart.sh

18 lines
567 B
Bash
Raw Permalink Normal View History

2021-03-20 18:06:31 +00:00
#!/usr/bin/env bash
2021-04-07 21:38:17 +00:00
festival --tts $HOME/.config/qtile/welcome_msg &
2020-12-21 21:01:47 +00:00
lxsession &
2021-04-04 15:43:40 +00:00
picom &
2020-12-21 21:01:47 +00:00
/usr/bin/emacs --daemon &
conky -c $HOME/.config/conky/qtile/doom-one-01.conkyrc
2020-12-21 21:01:47 +00:00
volumeicon &
nm-applet &
2021-10-08 17:38:10 +00:00
### UNCOMMENT ONLY ONE OF THE FOLLOWING THREE OPTIONS! ###
# 1. Uncomment to restore last saved wallpaper
xargs xwallpaper --stretch < ~/.cache/wall &
2021-10-08 17:38:10 +00:00
# 2. Uncomment to set a random wallpaper on login
# find /usr/share/backgrounds/dtos-backgrounds/ -type f | shuf -n 1 | xargs xwallpaper --stretch &
# 3. Uncomment to set wallpaper with nitrogen
# nitrogen --restore &