From db8f3015d62070869fbb75ef5dd99a4070393ad5 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Mon, 3 Feb 2020 15:47:16 +0200 Subject: [PATCH] i3: enable PulseEffects, delay pasystray startup --- conf/i3/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/i3/config b/conf/i3/config index 2c69e4d9..8c6dc9d8 100644 --- a/conf/i3/config +++ b/conf/i3/config @@ -300,10 +300,10 @@ for_window [title="tracker - .*"] floating enable # Autostarts # I generally have flatpaks separately near the bottom, but other things are # going to depend on PulseEffects -#exec --no-startup-id flatpak run com.github.wwmm.pulseeffects --gapplication-service +exec --no-startup-id flatpak run com.github.wwmm.pulseeffects --gapplication-service exec --no-startup-id $TERMINAL -T htop -x htop exec --no-startup-id nm-applet -exec --no-startup-id pasystray --notify=all +exec --no-startup-id sleep 60 && pasystray --notify=all # Wallpaper, solid black exec --no-startup-id xsetroot -solid \#000000 # ~/.wallpaper as wallpaper