mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-28 04:20:03 +02:00
im: enable the use of Skype instead of Pidgin
This commit is contained in:
parent
60f42a11f2
commit
be95a96534
4 changed files with 37 additions and 8 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue