mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-24 20:10:23 +10:00
Fixing broken qtile config
This commit is contained in:
@@ -3,8 +3,15 @@
|
||||
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 &
|
||||
|
||||
### UNCOMMENT ONLY ONE OF THE FOLLOWING THREE OPTIONS! ###
|
||||
# 1. Uncomment to restore last saved wallpaper
|
||||
xargs xwallpaper --stretch < ~/.xwallpaper &
|
||||
# 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 &
|
||||
|
||||
Reference in New Issue
Block a user