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:
eythaann
2024-02-28 06:25:51 -05:00
committed by جاد
parent b32bce8713
commit 2bceff4edc
8 changed files with 68 additions and 4 deletions

View File

@@ -163,6 +163,7 @@
"kind": {
"type": "string",
"enum": [
"Path",
"Exe",
"Class",
"Title"
@@ -234,6 +235,7 @@
"kind": {
"type": "string",
"enum": [
"Path",
"Exe",
"Class",
"Title"
@@ -352,6 +354,7 @@
"kind": {
"type": "string",
"enum": [
"Path",
"Exe",
"Class",
"Title"
@@ -387,6 +390,7 @@
"kind": {
"type": "string",
"enum": [
"Path",
"Exe",
"Class",
"Title"
@@ -523,6 +527,7 @@
"kind": {
"type": "string",
"enum": [
"Path",
"Exe",
"Class",
"Title"
@@ -594,6 +599,7 @@
"kind": {
"type": "string",
"enum": [
"Path",
"Exe",
"Class",
"Title"
@@ -639,6 +645,7 @@
"kind": {
"type": "string",
"enum": [
"Path",
"Exe",
"Class",
"Title"