Rule update
This commit is contained in:
parent
bfa87c2061
commit
e5c9d9c13b
16
rules.lua
16
rules.lua
|
@ -77,7 +77,7 @@ awful.rules.rules = {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
rule_any = { class = {
|
rule_any = { class = {
|
||||||
"pinentry", "Passprompt", "MPlayer"
|
"pinentry", "Passprompt", "copyq"
|
||||||
}},
|
}},
|
||||||
properties = { floating = true, size_hints_honor = true }
|
properties = { floating = true, size_hints_honor = true }
|
||||||
},
|
},
|
||||||
|
@ -179,19 +179,7 @@ awful.rules.rules = {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
rule = { class = "Dmenu" },
|
rule_any = { class = {"URxvt", "Alacritty", "GVim", "G%l*" } },
|
||||||
properties = {
|
|
||||||
opacity = 0.8
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
rule_any = { class = {"URxvt", "Alacritty" } },
|
|
||||||
properties = {
|
|
||||||
opacity = 0.8
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
rule = { class = "Gvim" },
|
|
||||||
properties = {
|
properties = {
|
||||||
opacity = 0.8
|
opacity = 0.8
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue