Added redshift and pa-applet to i3 startup.

This commit is contained in:
2013-09-21 23:23:14 +02:00
parent 8c378c51be
commit 0f65086d63

View File

@@ -220,10 +220,16 @@ for_window [class="^Firefox$"] border none
# Start the wallpaper changer. # Start the wallpaper changer.
exec --no-startup-id $path_wallchanger $wallpaper_directory $wallpaper_interval > $wallpaper_logfile exec --no-startup-id $path_wallchanger $wallpaper_directory $wallpaper_interval > $wallpaper_logfile &
# Start wicd in tray # Start wicd in tray.
exec --no-startup-id wicd-gtk --tray exec --no-startup-id wicd-gtk --tray &
# Start color temperature changer.
exec --no-startup-id gtk-redshift -l 49.5:11 -t 6500:4500 &
# Start pulseaudio control applet.
exec --no-startup-id pa-applet &
# Start conky # Start conky
#exec --no-startup-id conky #exec --no-startup-id conky