im: enable the use of Skype instead of Pidgin

This commit is contained in:
Vincent Bernat 2013-12-02 15:22:50 +01:00
parent 60f42a11f2
commit be95a96534
4 changed files with 37 additions and 8 deletions

View file

@ -65,7 +65,11 @@ 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")
xrun("pidgin", "pidgin -n")
if config.hostname == "alucard" then
xrun("Skype", "skype")
else
xrun("pidgin", "pidgin -n")
end
if config.hostname == "neo" then
xrun("keepassx", "keepassx -min -lock")