added wal to restore colors on i3 startup

This commit is contained in:
Harri Lahtinen 2018-12-12 22:29:12 +02:00
parent 2f520b9a62
commit 8b33c23c85
1 changed files with 2 additions and 0 deletions

View File

@ -76,6 +76,8 @@ exec_always --no-startup-id ~/.config/polybar/launch.sh
#exec --no-startup-id python ~/.config/Scripts/offlineimap-daemon.py #exec --no-startup-id python ~/.config/Scripts/offlineimap-daemon.py
#Start udiskie #Start udiskie
exec --no-startup-id udiskie & exec --no-startup-id udiskie &
#Start wal
exec --no-startup-id wal -R &
#Add wallpaper: #Add wallpaper:
exec --no-startup-id systemctl --user start wallpaper.service exec --no-startup-id systemctl --user start wallpaper.service
#Unclutter makes the mouse invisible after a brief period #Unclutter makes the mouse invisible after a brief period