Minor customizations

This commit is contained in:
crater2150 2016-03-29 21:02:06 +02:00
parent c77d8f0d7c
commit 2db0ec5e81
4 changed files with 7 additions and 27 deletions

View file

@ -67,14 +67,6 @@ local function setup(self)
floating = false, minimized = false
},
},
{
rule = { class = "Whatsapp", instance = "Navigator" },
properties = {
tag = tags[rule_screen][3],
floating = false, minimized = false
},
callback = awful.client.setslave
},
{
rule_any = { class = {"Pidgin"}, instance = {"Weechat"} },
properties = {
@ -82,19 +74,6 @@ local function setup(self)
},
callback = popup_urgent("new chat message")
},
{
rule = { class = "Skype" },
properties = {
tag = tags[rule_screen][3], opacity = 0.8
},
},
{
rule = { role = "conversationswindow", class = "skype" },
properties = {
tag = tags[rule_screen][3], opacity = 0.8
},
callback = awful.client.setmaster
},
{
rule = { role = "buddy_list" },
properties = {