Added redshift and pa-applet to i3 startup.
This commit is contained in:
12
i3/i3/config
12
i3/i3/config
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user