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

@ -35,6 +35,10 @@ awful.rules.rules = {
{ rule = { class = "Pidgin" },
except = { role = "buddy_list" }, -- buddy_list is the master
properties = { }, callback = awful.client.setslave },
-- Skype
{ rule = { class = "Skipe" },
except = { role = nil }, -- should be the master
properties = { }, callback = awful.client.setslave },
-- Should not be master
{ rule_any = { class =
{ config.termclass,