From 8b33c23c85a6bd39bded0cef23166de74cf32bf1 Mon Sep 17 00:00:00 2001 From: Harri Lahtinen Date: Wed, 12 Dec 2018 22:29:12 +0200 Subject: [PATCH] added wal to restore colors on i3 startup --- .config/i3/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/i3/config b/.config/i3/config index d61d6ae..95f1a7f 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -76,6 +76,8 @@ exec_always --no-startup-id ~/.config/polybar/launch.sh #exec --no-startup-id python ~/.config/Scripts/offlineimap-daemon.py #Start udiskie exec --no-startup-id udiskie & +#Start wal +exec --no-startup-id wal -R & #Add wallpaper: exec --no-startup-id systemctl --user start wallpaper.service #Unclutter makes the mouse invisible after a brief period