Minor customizations
This commit is contained in:
parent
c77d8f0d7c
commit
2db0ec5e81
4 changed files with 7 additions and 27 deletions
21
rules.lua
21
rules.lua
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue