From 6b11c55c1797b92156db7982b19a8c3670b81427 Mon Sep 17 00:00:00 2001 From: Geoffrey Frogeye Date: Mon, 26 Oct 2015 16:44:21 +0100 Subject: [PATCH] Autostart programs = Bad idea --- config/i3/config | 10 +++++----- config/i3status/config | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/config/i3/config b/config/i3/config index 9bdc45f..8dc543d 100644 --- a/config/i3/config +++ b/config/i3/config @@ -327,11 +327,11 @@ exec --no-startup-id feh --bg-scale $HOME/.config/i3/bg.jpg exec --no-startup-id conky -c $HOME/.conky/status # Autostart programs -exec --no-startup-id i3-msg 'workspace $WS8; exec firefox --new-window tweetdeck.twitter.com' -exec --no-startup-id i3-msg 'workspace $WS9; exec firefox --new-window rss.frogeye.fr' -exec --no-startup-id clementine -exec --no-startup-id evolution -exec --no-startup-id pidgin +#exec --no-startup-id i3-msg 'workspace $WS8; exec firefox --new-window tweetdeck.twitter.com' +#exec --no-startup-id i3-msg 'workspace $WS9; exec firefox --new-window rss.frogeye.fr' +#exec --no-startup-id clementine +#exec --no-startup-id evolution +#exec --no-startup-id pidgin # Theme colors client.focused #4E9C00 #4E9C00 #FFFFFF #FFFFFF diff --git a/config/i3status/config b/config/i3status/config index c73acb2..da631db 100644 --- a/config/i3status/config +++ b/config/i3status/config @@ -1,7 +1,7 @@ general { - # output_format = "dzen2" + output_format = "i3bar" colors = true - interval = 5 + interval = 1 } order += "disk /home"