From bd28ceddf85fd128c29cb8415bcbf41315abd0f7 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Tue, 3 Dec 2013 18:53:25 +0100 Subject: [PATCH] im: reuse pidgin instead of Skype --- rc/start.lua | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/rc/start.lua b/rc/start.lua index ddb20a1..f528a0f 100644 --- a/rc/start.lua +++ b/rc/start.lua @@ -65,11 +65,7 @@ os.execute(table.concat(execute, ";")) -- Spawn various X programs xrun("polkit-gnome-authentication-agent-1", "/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1") -if config.hostname == "alucard" then - xrun("Skype", "skype") -else - xrun("pidgin", "pidgin -n") -end +xrun("pidgin", "pidgin -n") if config.hostname == "neo" then xrun("keepassx", "keepassx -min -lock")