From b0cb6e2b094d37df949634783c13609cb42a11e7 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Mon, 9 Jul 2012 13:09:57 +0200 Subject: [PATCH] start: always run pidgin but force it offline at start --- rc/start.lua | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/rc/start.lua b/rc/start.lua index 0f8ee19..6e1434c 100644 --- a/rc/start.lua +++ b/rc/start.lua @@ -65,11 +65,9 @@ startapps = function() "/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1") xrun("Bluetooth Applet", "bluetooth-applet") + xrun("Pidgin", "pidgin -n") - if config.hostname == "naruto" then - xrun("Pidgin", "pidgin") - elseif config.hostname == "neo" then - xrun("Pidgin", "pidgin") + if config.hostname == "neo" then xrun("keepassx", "keepassx -min -lock") xrun("Transmission", "transmission-gtk -m") elseif config.hostname == "guybrush" then