mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-03-24 18:31:22 +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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user