mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-03 14:54:21 +02:00
shifty: be consistent when matching role
This commit is contained in:
parent
e1d4f9ae8a
commit
3d85ff9465
1 changed files with 1 additions and 1 deletions
|
@ -556,7 +556,7 @@ function match(c, startup)
|
||||||
matched = (cls and cls:find(w)) or
|
matched = (cls and cls:find(w)) or
|
||||||
(inst and inst:find(w)) or
|
(inst and inst:find(w)) or
|
||||||
(name and name:find(w)) or
|
(name and name:find(w)) or
|
||||||
(role and role:find(w)) or
|
(role and (role == w)) or
|
||||||
(typ and typ:find(w))
|
(typ and typ:find(w))
|
||||||
if matched then
|
if matched then
|
||||||
break
|
break
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue