mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-21 18:40:26 +10:00
Fixing issues with autostarting conky and setting wallpaper.
This commit is contained in:
@@ -4,13 +4,13 @@ festival --tts $HOME/.config/qtile/welcome_msg &
|
||||
lxsession &
|
||||
picom &
|
||||
/usr/bin/emacs --daemon &
|
||||
conky -c $HOME/.config/conky/doomone-qtile.conkyrc
|
||||
conky -c $HOME/.config/conky/qtile/doom-one-01.conkyrc
|
||||
volumeicon &
|
||||
nm-applet &
|
||||
|
||||
### UNCOMMENT ONLY ONE OF THE FOLLOWING THREE OPTIONS! ###
|
||||
# 1. Uncomment to restore last saved wallpaper
|
||||
xargs xwallpaper --stretch < ~/.xwallpaper &
|
||||
xargs xwallpaper --stretch < ~/.cache/wall &
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user