start: always run pidgin but force it offline at start

This commit is contained in:
Vincent Bernat 2012-07-09 13:09:57 +02:00
parent d58ae95d2c
commit b0cb6e2b09

View file

@ -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