mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-03-28 20:21:57 +01:00
feat(wm): add path variant to application identifiers
This commit add a new way to match applications through its paths, allowing to match a bunch of applications that share a parent folder.
This commit is contained in:
@@ -44,7 +44,8 @@
|
||||
"enum": [
|
||||
"Exe",
|
||||
"Class",
|
||||
"Title"
|
||||
"Title",
|
||||
"Path"
|
||||
]
|
||||
},
|
||||
"ApplicationOptions": {
|
||||
|
||||
Reference in New Issue
Block a user