[BUG]: komorebi seems to ignore changes to applications.json and komorebi.json #580

Closed
opened 2026-01-05 14:51:44 +01:00 by adam · 8 comments
Owner

Originally created by @elijaharch on GitHub (Mar 2, 2025).

Summary

Applications.json seems to be ignored because whenever I use the shortcut for the default Windows Snipping Tool a tile appears and I can't seem to take a screenshot normally:
Image
Also, I have animation properties set up correctly, but I seem to have to manually override them with pwsh every time I start up my PC, again implying komorebi ignores animation properties in komorebi.json, however, everything besides that seems to be working in order.

I tried clean reinstalling komorebi and whkd both with winget and scoop

Version Information

OS Name:                       Microsoft Windows 11 Home
OS Version:                    10.0.26100 N/A Build 26100

Komorebi Configuration

{
  "$schema": "https://raw.githubusercontent.com/LGUG2Z/komorebi/v0.1.25/schema.json",
  "app_specific_configuration_path": "C:/Users/el/applications.json",
  "window_hiding_behaviour": "Cloak",
  "cross_monitor_move_behaviour": "Insert",
  "default_workspace_padding": 2,
  "default_container_padding": -1,
  "animation_enabled": true,
  "animation_style": "EaseOutQuad",
  "animation_duration": 200,
  "animation_fps": 120,
  "border": true,
  "border_width": 4,
  "border_offset": -1,
  "border_colours": {
    "single": "#91adc8",
    "stack": "#4e88d9",
    "monocle": "#585b70",
    "unfocused": "#363654"
  },
  "transparency": true,
  "transparency_alpha": 230,
  "stackbar": {
    "height": 30,
    "mode": "OnStack",
    "tabs": {
      "width": 300,
      "focused_text": "#4e88d9",
      "unfocused_text": "#b3b3b3",
      "background": "#303949"
    }
  },
  "monitors": [
    {
      "workspaces": [
        {
          "name": "I",
          "layout": "BSP"
        },
        {
          "name": "II",
          "layout": "VerticalStack"
        },
        {
          "name": "III",
          "layout": "HorizontalStack"
        },
        {
          "name": "IV",
          "layout": "UltrawideVerticalStack"
        },
        {
          "name": "V",
          "layout": "Rows"
        }
      ]
    }
  ]
}

Hotkey Configuration

.shell powershell

# Reload whkd configuration
# alt + o                 : taskkill /f /im whkd.exe && start /b whkd # if shell is cmd
alt + o                 : taskkill /f /im whkd.exe; Start-Process whkd -WindowStyle hidden # if shell is pwsh / powershell
alt + shift + o         : komorebic reload-configuration

alt + shift + v                  : komorebic close
alt + v                 : komorebic minimize

# Focus windows
alt + a                 : komorebic focus left
alt + s                 : komorebic focus down
alt + w                 : komorebic focus up
alt + d                 : komorebic focus right

# Move windows
alt + shift + a         : komorebic move left
alt + shift + s         : komorebic move down
alt + shift + w         : komorebic move up
alt + shift + d         : komorebic move right
alt + shift + return    : komorebic promote

# Resize
alt + e          : komorebic resize-axis horizontal increase
alt + q         : komorebic resize-axis horizontal decrease
alt + shift + e  : komorebic resize-axis vertical increase
alt + shift + q : komorebic resize-axis vertical decrease



# Manipulate windows
alt + shift + f : komorebic toggle-float
alt + f         : komorebic toggle-monocle

# Window manager options
alt + shift + r         : komorebic retile
alt + p                 : komorebic toggle-pause

# Layouts
alt + x                 : komorebic flip-layout horizontal
alt + y                 : komorebic flip-layout vertical
alt + shift + x : komorebic change-layout horizontal-stack
alt + shift + z : komorebic change-layout vertical-stack

# Workspaces
alt + 1                 : komorebic focus-workspace 0
alt + 2                 : komorebic focus-workspace 1
alt + 3                 : komorebic focus-workspace 2
alt + 4                 : komorebic focus-workspace 3
alt + 5                 : komorebic focus-workspace 4
alt + 6                 : komorebic focus-workspace 5
alt + 7                 : komorebic focus-workspace 6
alt + 8                 : komorebic focus-workspace 7

# Move windows across workspaces
alt + shift + 1         : komorebic move-to-workspace 0
alt + shift + 2         : komorebic move-to-workspace 1
alt + shift + 3         : komorebic move-to-workspace 2
alt + shift + 4         : komorebic move-to-workspace 3
alt + shift + 5         : komorebic move-to-workspace 4
alt + shift + 6         : komorebic move-to-workspace 5
alt + shift + 7         : komorebic move-to-workspace 6
alt + shift + 8         : komorebic move-to-workspace 7

Output of komorebic check

No KOMOREBI_CONFIG_HOME detected, defaulting to C:\Users\el

Looking for configuration files in C:\Users\el

Found komorebi.json; this file can be passed to the start command with the --config flag

Application specific configuration file path has not been set. Try running 'komorebic fetch-asc' // i did set it lol

Found C:\Users\el\.config\whkdrc; key bindings will be loaded from here when whkd is started, and you can start it automatically using the --whkd flag
Originally created by @elijaharch on GitHub (Mar 2, 2025). ### Summary Applications.json seems to be ignored because whenever I use the shortcut for the default Windows Snipping Tool a tile appears and I can't seem to take a screenshot normally: ![Image](https://github.com/user-attachments/assets/c397115c-41bd-46b3-a1a5-2d067dee47ee) Also, I have animation properties set up correctly, but I seem to have to manually override them with pwsh every time I start up my PC, again implying komorebi ignores animation properties in komorebi.json, however, everything besides that seems to be working in order. I tried clean reinstalling komorebi and whkd both with winget and scoop ### Version Information ``` OS Name: Microsoft Windows 11 Home OS Version: 10.0.26100 N/A Build 26100 ``` ### Komorebi Configuration ```json { "$schema": "https://raw.githubusercontent.com/LGUG2Z/komorebi/v0.1.25/schema.json", "app_specific_configuration_path": "C:/Users/el/applications.json", "window_hiding_behaviour": "Cloak", "cross_monitor_move_behaviour": "Insert", "default_workspace_padding": 2, "default_container_padding": -1, "animation_enabled": true, "animation_style": "EaseOutQuad", "animation_duration": 200, "animation_fps": 120, "border": true, "border_width": 4, "border_offset": -1, "border_colours": { "single": "#91adc8", "stack": "#4e88d9", "monocle": "#585b70", "unfocused": "#363654" }, "transparency": true, "transparency_alpha": 230, "stackbar": { "height": 30, "mode": "OnStack", "tabs": { "width": 300, "focused_text": "#4e88d9", "unfocused_text": "#b3b3b3", "background": "#303949" } }, "monitors": [ { "workspaces": [ { "name": "I", "layout": "BSP" }, { "name": "II", "layout": "VerticalStack" }, { "name": "III", "layout": "HorizontalStack" }, { "name": "IV", "layout": "UltrawideVerticalStack" }, { "name": "V", "layout": "Rows" } ] } ] } ``` ### Hotkey Configuration ``` .shell powershell # Reload whkd configuration # alt + o : taskkill /f /im whkd.exe && start /b whkd # if shell is cmd alt + o : taskkill /f /im whkd.exe; Start-Process whkd -WindowStyle hidden # if shell is pwsh / powershell alt + shift + o : komorebic reload-configuration alt + shift + v : komorebic close alt + v : komorebic minimize # Focus windows alt + a : komorebic focus left alt + s : komorebic focus down alt + w : komorebic focus up alt + d : komorebic focus right # Move windows alt + shift + a : komorebic move left alt + shift + s : komorebic move down alt + shift + w : komorebic move up alt + shift + d : komorebic move right alt + shift + return : komorebic promote # Resize alt + e : komorebic resize-axis horizontal increase alt + q : komorebic resize-axis horizontal decrease alt + shift + e : komorebic resize-axis vertical increase alt + shift + q : komorebic resize-axis vertical decrease # Manipulate windows alt + shift + f : komorebic toggle-float alt + f : komorebic toggle-monocle # Window manager options alt + shift + r : komorebic retile alt + p : komorebic toggle-pause # Layouts alt + x : komorebic flip-layout horizontal alt + y : komorebic flip-layout vertical alt + shift + x : komorebic change-layout horizontal-stack alt + shift + z : komorebic change-layout vertical-stack # Workspaces alt + 1 : komorebic focus-workspace 0 alt + 2 : komorebic focus-workspace 1 alt + 3 : komorebic focus-workspace 2 alt + 4 : komorebic focus-workspace 3 alt + 5 : komorebic focus-workspace 4 alt + 6 : komorebic focus-workspace 5 alt + 7 : komorebic focus-workspace 6 alt + 8 : komorebic focus-workspace 7 # Move windows across workspaces alt + shift + 1 : komorebic move-to-workspace 0 alt + shift + 2 : komorebic move-to-workspace 1 alt + shift + 3 : komorebic move-to-workspace 2 alt + shift + 4 : komorebic move-to-workspace 3 alt + shift + 5 : komorebic move-to-workspace 4 alt + shift + 6 : komorebic move-to-workspace 5 alt + shift + 7 : komorebic move-to-workspace 6 alt + shift + 8 : komorebic move-to-workspace 7 ``` ### Output of komorebic check ``` No KOMOREBI_CONFIG_HOME detected, defaulting to C:\Users\el Looking for configuration files in C:\Users\el Found komorebi.json; this file can be passed to the start command with the --config flag Application specific configuration file path has not been set. Try running 'komorebic fetch-asc' // i did set it lol Found C:\Users\el\.config\whkdrc; key bindings will be loaded from here when whkd is started, and you can start it automatically using the --whkd flag ```
adam added the bug label 2026-01-05 14:51:44 +01:00
adam closed this issue 2026-01-05 14:51:44 +01:00
Author
Owner

@LGUG2Z commented on GitHub (Mar 2, 2025):

Can you share the output of running "komorebi.exe" on a terminal directly?

@LGUG2Z commented on GitHub (Mar 2, 2025): Can you share the output of running "komorebi.exe" on a terminal directly?
Author
Owner

@elijaharch commented on GitHub (Mar 2, 2025):

Can you share the output of running "komorebi.exe" on a terminal directly?

When I run komorebi.exe/komorebi there is no output.

@elijaharch commented on GitHub (Mar 2, 2025): > Can you share the output of running "komorebi.exe" on a terminal directly? When I run komorebi.exe/komorebi there is no output.
Author
Owner

@elijaharch commented on GitHub (Mar 2, 2025):

Can you share the output of running "komorebi.exe" on a terminal directly?

My bad, forgot to stop komorebic

2025-03-02T17:38:59.492881Z  INFO foreground_lock_timeout: komorebi::windows_api: current value of ForegroundLockTimeout is 0
2025-03-02T17:38:59.495653Z  INFO komorebi: creating window manager from static configuration file: C:\Users\el\komorebi.json
2025-03-02T17:38:59.496136Z  INFO komorebi::border_manager: purging known borders: []
2025-03-02T17:38:59.499584Z  INFO init: komorebi::window_manager: initialising
2025-03-02T17:38:59.564470Z  INFO init:focus_window{idx=0}: komorebi::container: focusing window
2025-03-02T17:38:59.564693Z  INFO init:focus_container{idx=0}: komorebi::workspace: focusing container
2025-03-02T17:38:59.590393Z  INFO init:focus_window{idx=0}: komorebi::container: focusing window
2025-03-02T17:38:59.590630Z  INFO init:focus_container{idx=0}: komorebi::workspace: focusing container
2025-03-02T17:38:59.590793Z  INFO init:focus_window{idx=0}: komorebi::container: focusing window
2025-03-02T17:38:59.590924Z  INFO init:focus_container{idx=0}: komorebi::workspace: focusing container
2025-03-02T17:38:59.591970Z  INFO apply_state: komorebi::window_manager: applying state from C:\Users\el\AppData\Local\Temp\komorebi.state.json
2025-03-02T17:38:59.592134Z  INFO apply_state:focus_workspace{idx=0}: komorebi::monitor: focusing workspace
2025-03-02T17:38:59.599694Z  INFO apply_state:focus_window{idx=0}: komorebi::container: focusing window
2025-03-02T17:38:59.600333Z  INFO apply_state:focus_workspace{idx=0}: komorebi::monitor: focusing workspace
2025-03-02T17:38:59.601374Z  INFO apply_state:focus_window{idx=0}: komorebi::container: focusing window
2025-03-02T17:38:59.602878Z  INFO apply_state:focus_monitor{idx=0}: komorebi::window_manager: focusing monitor
2025-03-02T17:38:59.603217Z  INFO apply_state:focus_workspace{idx=0}: komorebi::window_manager: focusing workspace
2025-03-02T17:38:59.603350Z  INFO apply_state:focus_workspace{idx=0}:focus_workspace{idx=0}: komorebi::monitor: focusing workspace
2025-03-02T17:38:59.608171Z  INFO apply_state:focus_workspace{idx=0}:focus_window{idx=0}: komorebi::container: focusing window
2025-03-02T17:38:59.631905Z  INFO apply_state:focus_workspace{idx=0}:update_focused_workspace{follow_focus=false trigger_focus=true}: komorebi::window_manager: updating
2025-03-02T17:38:59.632687Z  INFO apply_state:update_focused_workspace{follow_focus=true trigger_focus=true}: komorebi::window_manager: updating
2025-03-02T17:38:59.658300Z  INFO komorebi::process_command: listening on komorebi.sock
2025-03-02T17:38:59.659097Z  INFO komorebi::process_event: listening
2025-03-02T17:38:59.659156Z  INFO komorebi::border_manager: listening
2025-03-02T17:38:59.659226Z  INFO komorebi::stackbar_manager: listening
2025-03-02T17:38:59.659330Z  INFO komorebi::transparency_manager: listening
2025-03-02T17:38:59.659438Z  INFO komorebi::workspace_reconciliator: listening
2025-03-02T17:38:59.660873Z  INFO process_event{event="FocusChange" winevent="SystemForeground" hwnd=132376}:focus_monitor{idx=1}: komorebi::window_manager: focusing monitor
2025-03-02T17:38:59.661988Z  INFO process_event{event="FocusChange" winevent="SystemForeground" hwnd=132376}:update_focused_workspace{follow_focus=true trigger_focus=false}: komorebi::window_manager: updating
2025-03-02T17:38:59.662806Z  INFO process_event{event="FocusChange" winevent="SystemForeground" hwnd=132376}:focus_window{idx=0}: komorebi::container: focusing window
2025-03-02T17:38:59.662974Z  INFO process_event{event="FocusChange" winevent="SystemForeground" hwnd=132376}:focus_container{idx=0}: komorebi::workspace: focusing container
2025-03-02T17:38:59.664587Z  INFO process_event{event="FocusChange" winevent="SystemForeground" hwnd=132376}: komorebi::process_event: processed: (hwnd: 132376, title: #flood | competition - Discord, exe: Discord.exe, class: Chrome_WidgetWin_1)
2025-03-02T17:38:59.669817Z  INFO komorebi::monitor_reconciliator: created hidden window to listen for monitor-related events
2025-03-02T17:38:59.670299Z  INFO komorebi::monitor_reconciliator: listening
2025-03-02T17:38:59.670419Z  INFO komorebi::focus_manager: listening
2025-03-02T17:38:59.670335Z  INFO komorebi::reaper: watching
2025-03-02T17:38:59.670460Z  INFO komorebi::theme_manager: listening
2025-03-02T17:39:01.389487Z  INFO process_command{AddSubscriberPipe("
@elijaharch commented on GitHub (Mar 2, 2025): > Can you share the output of running "komorebi.exe" on a terminal directly? My bad, forgot to stop komorebic ``` 2025-03-02T17:38:59.492881Z INFO foreground_lock_timeout: komorebi::windows_api: current value of ForegroundLockTimeout is 0 2025-03-02T17:38:59.495653Z INFO komorebi: creating window manager from static configuration file: C:\Users\el\komorebi.json 2025-03-02T17:38:59.496136Z INFO komorebi::border_manager: purging known borders: [] 2025-03-02T17:38:59.499584Z INFO init: komorebi::window_manager: initialising 2025-03-02T17:38:59.564470Z INFO init:focus_window{idx=0}: komorebi::container: focusing window 2025-03-02T17:38:59.564693Z INFO init:focus_container{idx=0}: komorebi::workspace: focusing container 2025-03-02T17:38:59.590393Z INFO init:focus_window{idx=0}: komorebi::container: focusing window 2025-03-02T17:38:59.590630Z INFO init:focus_container{idx=0}: komorebi::workspace: focusing container 2025-03-02T17:38:59.590793Z INFO init:focus_window{idx=0}: komorebi::container: focusing window 2025-03-02T17:38:59.590924Z INFO init:focus_container{idx=0}: komorebi::workspace: focusing container 2025-03-02T17:38:59.591970Z INFO apply_state: komorebi::window_manager: applying state from C:\Users\el\AppData\Local\Temp\komorebi.state.json 2025-03-02T17:38:59.592134Z INFO apply_state:focus_workspace{idx=0}: komorebi::monitor: focusing workspace 2025-03-02T17:38:59.599694Z INFO apply_state:focus_window{idx=0}: komorebi::container: focusing window 2025-03-02T17:38:59.600333Z INFO apply_state:focus_workspace{idx=0}: komorebi::monitor: focusing workspace 2025-03-02T17:38:59.601374Z INFO apply_state:focus_window{idx=0}: komorebi::container: focusing window 2025-03-02T17:38:59.602878Z INFO apply_state:focus_monitor{idx=0}: komorebi::window_manager: focusing monitor 2025-03-02T17:38:59.603217Z INFO apply_state:focus_workspace{idx=0}: komorebi::window_manager: focusing workspace 2025-03-02T17:38:59.603350Z INFO apply_state:focus_workspace{idx=0}:focus_workspace{idx=0}: komorebi::monitor: focusing workspace 2025-03-02T17:38:59.608171Z INFO apply_state:focus_workspace{idx=0}:focus_window{idx=0}: komorebi::container: focusing window 2025-03-02T17:38:59.631905Z INFO apply_state:focus_workspace{idx=0}:update_focused_workspace{follow_focus=false trigger_focus=true}: komorebi::window_manager: updating 2025-03-02T17:38:59.632687Z INFO apply_state:update_focused_workspace{follow_focus=true trigger_focus=true}: komorebi::window_manager: updating 2025-03-02T17:38:59.658300Z INFO komorebi::process_command: listening on komorebi.sock 2025-03-02T17:38:59.659097Z INFO komorebi::process_event: listening 2025-03-02T17:38:59.659156Z INFO komorebi::border_manager: listening 2025-03-02T17:38:59.659226Z INFO komorebi::stackbar_manager: listening 2025-03-02T17:38:59.659330Z INFO komorebi::transparency_manager: listening 2025-03-02T17:38:59.659438Z INFO komorebi::workspace_reconciliator: listening 2025-03-02T17:38:59.660873Z INFO process_event{event="FocusChange" winevent="SystemForeground" hwnd=132376}:focus_monitor{idx=1}: komorebi::window_manager: focusing monitor 2025-03-02T17:38:59.661988Z INFO process_event{event="FocusChange" winevent="SystemForeground" hwnd=132376}:update_focused_workspace{follow_focus=true trigger_focus=false}: komorebi::window_manager: updating 2025-03-02T17:38:59.662806Z INFO process_event{event="FocusChange" winevent="SystemForeground" hwnd=132376}:focus_window{idx=0}: komorebi::container: focusing window 2025-03-02T17:38:59.662974Z INFO process_event{event="FocusChange" winevent="SystemForeground" hwnd=132376}:focus_container{idx=0}: komorebi::workspace: focusing container 2025-03-02T17:38:59.664587Z INFO process_event{event="FocusChange" winevent="SystemForeground" hwnd=132376}: komorebi::process_event: processed: (hwnd: 132376, title: #flood | competition - Discord, exe: Discord.exe, class: Chrome_WidgetWin_1) 2025-03-02T17:38:59.669817Z INFO komorebi::monitor_reconciliator: created hidden window to listen for monitor-related events 2025-03-02T17:38:59.670299Z INFO komorebi::monitor_reconciliator: listening 2025-03-02T17:38:59.670419Z INFO komorebi::focus_manager: listening 2025-03-02T17:38:59.670335Z INFO komorebi::reaper: watching 2025-03-02T17:38:59.670460Z INFO komorebi::theme_manager: listening 2025-03-02T17:39:01.389487Z INFO process_command{AddSubscriberPipe(" ```
Author
Owner

@LGUG2Z commented on GitHub (Mar 3, 2025):

Just to sanity check, can you run Get-Content C:\Users\el\komorebi.json and Get-Content C:\Users\el\applications.json and paste the complete out here?

@LGUG2Z commented on GitHub (Mar 3, 2025): Just to sanity check, can you run `Get-Content C:\Users\el\komorebi.json` and `Get-Content C:\Users\el\applications.json` and paste the complete out here?
Author
Owner

@elijaharch commented on GitHub (Mar 3, 2025):

Just to sanity check, can you run Get-Content C:\Users\el\komorebi.json and Get-Content C:\Users\el\applications.json and paste the complete out here?

Here it is:

PS C:\Users\el> Get-Content C:\Users\el\komorebi.json
{
  "$schema": "https://raw.githubusercontent.com/LGUG2Z/komorebi/v0.1.25/schema.json",
  "window_hiding_behaviour": "Cloak",
  "cross_monitor_move_behaviour": "Insert",
  "default_workspace_padding": 2,
  "default_container_padding": -1,
  "animation_enabled": true,
  "animation_style": "EaseOutQuad",
  "animation_duration": 200,
  "animation_fps": 120,
  "border": true,
  "border_width": 4,
  "border_offset": -1,
  "border_colours": {
    "single": "#91adc8",
    "stack": "#4e88d9",
    "monocle": "#585b70",
    "unfocused": "#363654"
  },
  "transparency": true,
  "transparency_alpha": 230,
  "stackbar": {
    "height": 30,
    "mode": "OnStack",
    "tabs": {
      "width": 300,
      "focused_text": "#4e88d9",
      "unfocused_text": "#b3b3b3",
      "background": "#303949"
    }
  },
  "monitors": [
    {
      "workspaces": [
        {
          "name": "I",
          "layout": "BSP"
        },
        {
          "name": "II",
          "layout": "VerticalStack"
        },
        {
          "name": "III",
          "layout": "HorizontalStack"
        },
        {
          "name": "IV",
          "layout": "UltrawideVerticalStack"
        },
        {
          "name": "V",
          "layout": "Rows"
        }
      ]
    }
  ]
}

And here:

PS C:\Users\el> Get-Content C:\Users\el\applications.json
{
  "$schema": "https://raw.githubusercontent.com/LGUG2Z/komorebi/master/schema.asc.json",
  "1Password": {
    "ignore": [
      {
        "kind": "Exe",
        "id": "1Password.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "Ableton Live": {
    "ignore": [
      {
        "kind": "Class",
        "id": "AbletonVstPlugClass",
        "matching_strategy": "Legacy"
      },
      {
        "kind": "Class",
        "id": "Vst3PlugWindow",
        "matching_strategy": "Legacy"
      }
    ]
  },
  "Adobe Creative Cloud": {
    "tray_and_multi_window": [
      {
        "kind": "Class",
        "id": "CreativeCloudDesktopWindowClass",
        "matching_strategy": "Legacy"
      }
    ]
  },
  "Adobe Premiere Pro": {
    "ignore": [
      {
        "kind": "Class",
        "id": "DroverLord - Window Class",
        "matching_strategy": "Equals"
      }
    ]
  },
  "Arc Browser": {
    "ignore": [
      {
        "kind": "Title",
        "id": "Arc picture in picture",
        "matching_strategy": "Equals"
      },
      {
        "kind": "Title",
        "id": "Arc extension popup",
        "matching_strategy": "Equals"
      }
    ]
  },
  "Affinity Designer 2": {
    "ignore": [
      {
        "kind": "Exe",
        "id": "Designer.exe",
        "matching_strategy": "Equals"
      }
    ],
    "manage": [
      {
        "kind": "Title",
        "id": "Affinity Designer 2",
        "matching_strategy": "Equals"
      }
    ]
  },
  "Affinity Photo 2": {
    "ignore": [
      {
        "kind": "Exe",
        "id": "Photo.exe",
        "matching_strategy": "Equals"
      }
    ],
    "manage": [
      {
        "kind": "Title",
        "id": "Affinity Photo 2",
        "matching_strategy": "Equals"
      }
    ]
  },
  "Affinity Publisher 2": {
    "ignore": [
      {
        "kind": "Exe",
        "id": "Publisher.exe",
        "matching_strategy": "Equals"
      }
    ],
    "manage": [
      {
        "kind": "Title",
        "id": "Affinity Publisher 2",
        "matching_strategy": "Equals"
      }
    ]
  },
  "Akiflow": {
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "Akiflow.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "Amazon Chime": {
    "ignore": [
      {
        "kind": "Title",
        "id": "Meeting Controls",
        "matching_strategy": "EndsWith"
      }
    ]
  },
  "Android Studio": {
    "object_name_change": [
      {
        "kind": "Exe",
        "id": "studio64.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "Anki": {
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "anki.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "ApplicationFrameHost": {
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "ApplicationFrameHost.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "ArmCord": {
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "ArmCord.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "AutoDesk AutoCAD Suite": {
    "ignore": [
      [
        {
          "kind": "Class",
          "id": "Afx:",
          "matching_strategy": "Contains"
        },
        {
          "kind": "Exe",
          "id": "acad.exe",
          "matching_strategy": "Equals"
        }
      ],
      [
        {
          "kind": "Class",
          "id": "HwndWrapper[DefaultDomain",
          "matching_strategy": "StartsWith"
        },
        {
          "kind": "Exe",
          "id": "acad.exe",
          "matching_strategy": "Equals"
        }
      ],
      [
        {
          "kind": "Class",
          "id": "WindowsForms10.Window",
          "matching_strategy": "StartsWith"
        },
        {
          "kind": "Exe",
          "id": "acad.exe",
          "matching_strategy": "Equals"
        }
      ]
    ]
  },
  "AutoHotkey": {
    "ignore": [
      {
        "kind": "Title",
        "id": "Window Spy",
        "matching_strategy": "StartsWith"
      },
      {
        "kind": "Exe",
        "id": "AutoHotkeyUX.exe",
        "matching_strategy": "Equals"
      }
    ],
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "AutoHotkeyU64.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "Balabolka": {
    "ignore": [
      [
        {
          "kind": "Exe",
          "id": "balabolka.exe",
          "matching_strategy": "Equals"
        },
        {
          "kind": "Class",
          "id": "TBalabolkaForm",
          "matching_strategy": "DoesNotEqual"
        }
      ]
    ]
  },
  "Barrier": {
    "floating": [
      {
        "kind": "Exe",
        "id": "barrier.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "Beeper": {
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "Beeper.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "Bitwarden": {
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "Bitwarden.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "Blitz": {
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "Blitz.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "Bloxstrap": {
    "ignore": [
      {
        "kind": "Exe",
        "id": "Bloxstrap.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "Brave Browser": {
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "brave.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "CLion": {
    "ignore": [
      {
        "kind": "Class",
        "id": "SunAwtDialog",
        "matching_strategy": "Equals"
      }
    ],
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "clion64.exe",
        "matching_strategy": "Equals"
      }
    ],
    "object_name_change": [
      {
        "kind": "Exe",
        "id": "clion64.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "Calculator": {
    "ignore": [
      {
        "kind": "Title",
        "id": "Calculator",
        "matching_strategy": "Equals"
      }
    ]
  },
  "Citrix Receiver": {
    "ignore": [
      {
        "kind": "Exe",
        "id": "SelfService.exe",
        "matching_strategy": "Equals"
      }
    ],
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "SelfService.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "Clash Verge": {
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "Clash Verge.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "Clementine": {
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "clementine.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "Clumsy": {
    "floating": [
      {
        "kind": "Exe",
        "id": "clumsy.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "CopyQ": {
    "ignore": [
      {
        "kind": "Exe",
        "id": "copyq.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "Core Temp": {
    "ignore": [
      {
        "kind": "Exe",
        "id": "Core Temp.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "Credential Manager UI Host": {
    "ignore": [
      {
        "kind": "Exe",
        "id": "CredentialUIBroker.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "Cron": {
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "Cron.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "DS4Windows": {
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "DS4Windows.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "DataGrip": {
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "datagrip64.exe",
        "matching_strategy": "Equals"
      }
    ],
    "object_name_change": [
      {
        "kind": "Exe",
        "id": "datagrip64.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "Delphi applications": {
    "ignore": [
      {
        "kind": "Class",
        "id": "TApplication",
        "matching_strategy": "Legacy"
      },
      {
        "kind": "Class",
        "id": "TWizardForm",
        "matching_strategy": "Legacy"
      }
    ]
  },
  "DesktopMate": {
    "ignore": [
      {
        "kind": "Exe",
        "id": "DesktopMate.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "Discord": {
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "Discord.exe",
        "matching_strategy": "Equals"
      }
    ],
    "layered": [
      {
        "kind": "Exe",
        "id": "Discord.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "DiscordCanary": {
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "DiscordCanary.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "DiscordDevelopment": {
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "DiscordDevelopment.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "DiscordPTB": {
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "DiscordPTB.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "Dropbox": {
    "ignore": [
      {
        "kind": "Exe",
        "id": "Dropbox.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "EA Desktop": {
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "EADesktop.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "Eagle": {
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "Eagle.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "Eclipse SWT": {
    "object_name_change": [
      {
        "kind": "Class",
        "id": "SWT_Window",
        "matching_strategy": "StartsWith"
      }
    ]
  },
  "ElectronMail": {
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "ElectronMail.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "Electrum": {
    "ignore": [
      {
        "kind": "Title",
        "id": "Create/Restore wallet",
        "matching_strategy": "Equals"
      }
    ]
  },
  "Element": {
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "Element.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "Elephicon": {
    "ignore": [
      {
        "kind": "Exe",
        "id": "Elephicon.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "ElevenClock": {
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "ElevenClock.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "Elgato Camera Hub": {
    "ignore": [
      {
        "kind": "Exe",
        "id": "Camera Hub.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "Elgato Control Center": {
    "ignore": [
      {
        "kind": "Exe",
        "id": "ControlCenter.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "Elgato Wave Link": {
    "ignore": [
      {
        "kind": "Exe",
        "id": "WaveLink.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "Epic Games Launcher": {
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "EpicGamesLauncher.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "Everything": {
    "tray_and_multi_window": [
      {
        "kind": "Class",
        "id": "EVERYTHING",
        "matching_strategy": "Legacy"
      }
    ]
  },
  "Everything1.5a": {
    "manage": [
      {
        "kind": "Class",
        "id": "EVERYTHING_(1.5a)",
        "matching_strategy": "Legacy"
      }
    ],
    "tray_and_multi_window": [
      {
        "kind": "Class",
        "id": "EVERYTHING_(1.5a)",
        "matching_strategy": "Legacy"
      }
    ]
  },
  "FFMetrics": {
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "FFMetrics.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "Files": {
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "Files.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "Fork": {
    "ignore": [
      [
        {
          "kind": "Exe",
          "id": "Fork.exe",
          "matching_strategy": "Equals"
        },
        {
          "kind": "Title",
          "id": "Fork -",
          "matching_strategy": "DoesNotStartWith"
        }
      ]
    ]
  },
  "FreeCAD": {
    "floating": [
      [
        {
          "kind": "Exe",
          "id": "freecad.exe",
          "matching_strategy": "Equals"
        },
        {
          "kind": "Class",
          "id": "Qt51515QWindowIcon",
          "matching_strategy": "Equals"
        }
      ]
    ]
  },
  "GIMP": {
    "floating": [
      [
        {
          "kind": "Exe",
          "id": "gimp",
          "matching_strategy": "StartsWith"
        },
        {
          "kind": "Title",
          "id": "GNU",
          "matching_strategy": "DoesNotContain"
        },
        {
          "kind": "Title",
          "id": "GIMP",
          "matching_strategy": "DoesNotEndWith"
        }
      ],
      [
        {
          "kind": "Exe",
          "id": "gimp",
          "matching_strategy": "StartsWith"
        },
        {
          "kind": "Title",
          "id": "About GIMP",
          "matching_strategy": "Equals"
        }
      ]
    ]
  },
  "GOG Galaxy": {
    "ignore": [
      {
        "kind": "Class",
        "id": "Chrome_RenderWidgetHostHWND",
        "matching_strategy": "Legacy"
      }
    ],
    "manage": [
      {
        "kind": "Exe",
        "id": "GalaxyClient.exe",
        "matching_strategy": "Equals"
      }
    ],
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "GalaxyClient.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "GitHub Credential Manager": {
    "ignore": [
      {
        "kind": "Exe",
        "id": "git-credential-manager.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "GoPro Webcam": {
    "tray_and_multi_window": [
      {
        "kind": "Class",
        "id": "GoPro Webcam",
        "matching_strategy": "Legacy"
      }
    ]
  },
  "Godot Engine": {
    "object_name_change": [
      {
        "kind": "Exe",
        "id": "Godot_v",
        "matching_strategy": "StartsWith"
      }
    ]
  },
  "Godot Manager": {
    "manage": [
      {
        "kind": "Exe",
        "id": "GodotManager.exe",
        "matching_strategy": "Equals"
      }
    ],
    "object_name_change": [
      {
        "kind": "Exe",
        "id": "GodotManager.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "GoLand": {
    "ignore": [
      {
        "kind": "Class",
        "id": "SunAwtDialog",
        "matching_strategy": "Equals"
      }
    ],
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "goland64.exe",
        "matching_strategy": "Equals"
      }
    ],
    "object_name_change": [
      {
        "kind": "Exe",
        "id": "goland64.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "Golden Dict": {
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "GoldenDict.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "Google Chrome": {
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "chrome.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "Google Drive": {
    "ignore": [
      {
        "kind": "Exe",
        "id": "GoogleDriveFS.exe",
        "matching_strategy": "Equals"
      }
    ],
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "GoogleDriveFS.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "Google Earth Pro": {
    "ignore": [
      [
        {
          "kind": "Class",
          "id": "Qt5QWindowToolSaveBits",
          "matching_strategy": "Equals"
        },
        {
          "kind": "Exe",
          "id": "googleearth.exe",
          "matching_strategy": "Equals"
        }
      ],
      [
        {
          "kind": "Class",
          "id": "Qt5QWindowIcon",
          "matching_strategy": "Equals"
        },
        {
          "kind": "Title",
          "id": "Google Earth Pro",
          "matching_strategy": "DoesNotEqual"
        },
        {
          "kind": "Exe",
          "id": "googleearth.exe",
          "matching_strategy": "Equals"
        }
      ]
    ]
  },
  "Guitar Rig 7": {
    "ignore": [
      {
        "kind": "Exe",
        "id": "Guitar Rig 7.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "IntelliJ IDEA": {
    "ignore": [
      {
        "kind": "Class",
        "id": "SunAwtDialog",
        "matching_strategy": "Equals"
      }
    ],
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "idea64.exe",
        "matching_strategy": "Equals"
      }
    ],
    "object_name_change": [
      {
        "kind": "Exe",
        "id": "idea64.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "Itch.io": {
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "itch.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "JavaFX": {
    "object_name_change": [
      {
        "kind": "Class",
        "id": "GlassWndClass-GlassWindowClass",
        "matching_strategy": "StartsWith"
      }
    ]
  },
  "JetBrains Client": {
    "ignore": [
      {
        "kind": "Class",
        "id": "SunAwtDialog",
        "matching_strategy": "Equals"
      }
    ],
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "jetbrains_client64.exe",
        "matching_strategy": "Equals"
      }
    ],
    "object_name_change": [
      {
        "kind": "Exe",
        "id": "jetbrains_client64.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "KOOK": {
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "KOOK.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "Keyviz": {
    "ignore": [
      {
        "kind": "Exe",
        "id": "keyviz.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "Kleopatra": {
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "kleopatra.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "Kotatogram": {
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "Kotatogram.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "Lens": {
    "ignore": [
      [
        {
          "kind": "Exe",
          "id": "Lens.exe",
          "matching_strategy": "Equals"
        },
        {
          "kind": "Title",
          "id": "Loading",
          "matching_strategy": "Equals"
        }
      ]
    ]
  },
  "LibreCAD": {
    "ignore": [
      [
        {
          "kind": "Title",
          "id": "LibreCAD",
          "matching_strategy": "DoesNotStartWith"
        },
        {
          "kind": "Exe",
          "id": "LibreCAD.exe",
          "matching_strategy": "Equals"
        }
      ]
    ]
  },
  "LibreOffice": {
    "object_name_change": [
      {
        "kind": "Exe",
        "id": "soffice.bin",
        "matching_strategy": "Equals"
      }
    ]
  },
  "Line": {
    "floating": [
      {
        "kind": "Exe",
        "id": "LineMediaPlayer.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "LocalSend": {
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "localsend_app.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "Logi Bolt": {
    "ignore": [
      {
        "kind": "Exe",
        "id": "LogiBolt.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "LogiTune": {
    "ignore": [
      {
        "kind": "Exe",
        "id": "LogiTune.exe",
        "matching_strategy": "Equals"
      }
    ],
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "LogiTune.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "Logitech G HUB": {
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "lghub.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "Logitech Options": {
    "ignore": [
      {
        "kind": "Exe",
        "id": "LogiOptionsUI.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "Mailspring": {
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "mailspring.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "ManicTime": {
    "manage": [
      {
        "kind": "Exe",
        "id": "ManicTimeClient.exe",
        "matching_strategy": "Equals"
      }
    ],
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "ManicTimeClient.exe",
        "matching_strategy": "Equals"
      }
    ],
    "object_name_change": [
      {
        "kind": "Exe",
        "id": "ManicTimeClient.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "ManyCam": {
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "ManyCam.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "Mattermost": {
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "Mattermost.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "MaxxAudioPro": {
    "ignore": [
      [
        {
          "kind": "Exe",
          "id": "ApplicationFrameHost.exe",
          "matching_strategy": "Equals"
        },
        {
          "kind": "Title",
          "id": "MaxxAudioPro",
          "matching_strategy": "Equals"
        }
      ]
    ]
  },
  "Microsoft Active Accessibility": {
    "ignore": [
      {
        "kind": "Class",
        "id": "#32770",
        "matching_strategy": "Legacy"
      }
    ]
  },
  "Microsoft Edge": {
    "ignore": [
      [
        {
          "kind": "Exe",
          "id": "msedge.exe",
          "matching_strategy": "Equals"
        },
        {
          "kind": "Class",
          "id": "Chrome_WidgetWin_2",
          "matching_strategy": "Equals"
        }
      ]
    ]
  },
  "Microsoft Excel": {
    "ignore": [
      {
        "kind": "Class",
        "id": "_WwB",
        "matching_strategy": "Legacy"
      }
    ],
    "layered": [
      {
        "kind": "Exe",
        "id": "EXCEL.EXE",
        "matching_strategy": "Equals"
      }
    ]
  },
  "Microsoft Outlook": {
    "ignore": [
      {
        "kind": "Class",
        "id": "_WwB",
        "matching_strategy": "Legacy"
      },
      {
        "kind": "Class",
        "id": "MsoSplash",
        "matching_strategy": "Equals"
      }
    ],
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "OUTLOOK.EXE",
        "matching_strategy": "Equals"
      }
    ],
    "layered": [
      {
        "kind": "Exe",
        "id": "OUTLOOK.EXE",
        "matching_strategy": "Equals"
      }
    ]
  },
  "Microsoft PC Manager": {
    "ignore": [
      {
        "kind": "Exe",
        "id": "MSPCManager.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "Microsoft PowerPoint": {
    "ignore": [
      {
        "kind": "Class",
        "id": "_WwB",
        "matching_strategy": "Legacy"
      }
    ],
    "layered": [
      {
        "kind": "Exe",
        "id": "POWERPNT.EXE",
        "matching_strategy": "Equals"
      }
    ]
  },
  "Microsoft Terminal Services Client": {
    "ignore": [
      {
        "kind": "Class",
        "id": "OPContainerClass",
        "matching_strategy": "Equals"
      },
      {
        "kind": "Class",
        "id": "IHWindowClass",
        "matching_strategy": "Equals"
      }
    ]
  },
  "Microsoft Teams": {
    "tray_and_multi_window": [
      {
        "kind": "Class",
        "id": "TeamsWebView",
        "matching_strategy": "Equals"
      }
    ],
    "object_name_change": [
      {
        "kind": "Class",
        "id": "TeamsWebView",
        "matching_strategy": "Equals"
      }
    ]
  },
  "Microsoft Teams classic": {
    "ignore": [
      {
        "kind": "Title",
        "id": "Microsoft Teams Notification",
        "matching_strategy": "Legacy"
      },
      {
        "kind": "Title",
        "id": "Microsoft Teams Call",
        "matching_strategy": "Legacy"
      }
    ]
  },
  "Microsoft Word": {
    "ignore": [
      {
        "kind": "Class",
        "id": "_WwB",
        "matching_strategy": "Legacy"
      }
    ],
    "layered": [
      {
        "kind": "Exe",
        "id": "WINWORD.EXE",
        "matching_strategy": "Equals"
      }
    ],
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "WINWORD.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "MobaXterm": {
    "manage": [
      [
        {
          "kind": "Exe",
          "id": "MobaXterm.exe",
          "matching_strategy": "Equals"
        },
        {
          "kind": "Class",
          "id": "TMobaXtermForm",
          "matching_strategy": "Equals"
        }
      ]
    ]
  },
  "Modern Flyouts": {
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "ModernFlyoutsHost.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "MOTU M-Series": {
    "floating": [
      {
        "kind": "Exe",
        "id": "MOTUMSeries.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "Mozilla Firefox": {
    "ignore": [
      {
        "kind": "Class",
        "id": "MozillaDialogClass",
        "matching_strategy": "Equals"
      },
      {
        "kind": "Class",
        "id": "MozillaTaskbarPreviewClass",
        "matching_strategy": "Legacy"
      },
      [
        {
          "kind": "Title",
          "id": "Picture-in-Picture",
          "matching_strategy": "Equals"
        },
        {
          "kind": "Exe",
          "id": "firefox.exe",
          "matching_strategy": "Equals"
        }
      ]
    ],
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "firefox.exe",
        "matching_strategy": "Equals"
      }
    ],
    "object_name_change": [
      {
        "kind": "Exe",
        "id": "firefox.exe",
        "matching_strategy": "Equals"
      }
    ],
    "slow_application": [
      {
        "kind": "Exe",
        "id": "firefox.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "NZXT CAM": {
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "NZXT CAM.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "NetEase Cloud Music": {
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "cloudmusic.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "NiceHash Miner": {
    "manage": [
      {
        "kind": "Exe",
        "id": "nhm_app.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "NohBoard": {
    "ignore": [
      {
        "kind": "Exe",
        "id": "NohBoard.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "Notion": {
    "ignore": [
      {
        "kind": "Title",
        "id": "Notion - Command Search",
        "matching_strategy": "Equals"
      }
    ],
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "Notion.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "Notion Calendar": {
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "Notion Calendar.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "Notion Enhanced": {
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "Notion Enhanced.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "OBS Studio (32-bit)": {
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "obs32.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "OBS Studio (64-bit)": {
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "obs64.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "ONLYOFFICE Editors": {
    "tray_and_multi_window": [
      {
        "kind": "Class",
        "id": "DocEditorsWindowClass",
        "matching_strategy": "Legacy"
      }
    ]
  },
  "OneDrive": {
    "ignore": [
      {
        "kind": "Class",
        "id": "OneDriveReactNativeWin32WindowClass",
        "matching_strategy": "Legacy"
      }
    ]
  },
  "OneQuick": {
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "OneQuick.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "OpenRGB": {
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "OpenRGB.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "Paradox Launcher": {
    "ignore": [
      {
        "kind": "Exe",
        "id": "Paradox Launcher.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "PhpStorm": {
    "ignore": [
      {
        "kind": "Class",
        "id": "SunAwtDialog",
        "matching_strategy": "Equals"
      }
    ],
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "phpstorm64.exe",
        "matching_strategy": "Equals"
      }
    ],
    "object_name_change": [
      {
        "kind": "Exe",
        "id": "phpstorm64.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "Playnite": {
    "ignore": [
      {
        "kind": "Exe",
        "id": "Playnite.FullscreenApp.exe",
        "matching_strategy": "Equals"
      }
    ],
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "Playnite.DesktopApp.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "PowerToys": {
    "ignore": [
      {
        "kind": "Exe",
        "id": "PowerToys.ColorPickerUI.exe",
        "matching_strategy": "Equals"
      },
      {
        "kind": "Exe",
        "id": "PowerToys.CropAndLock.exe",
        "matching_strategy": "Equals"
      },
      {
        "kind": "Exe",
        "id": "PowerToys.ImageResizer.exe",
        "matching_strategy": "Equals"
      },
      {
        "kind": "Exe",
        "id": "PowerToys.Peek.UI.exe",
        "matching_strategy": "Equals"
      },
      {
        "kind": "Exe",
        "id": "PowerToys.PowerLauncher.exe",
        "matching_strategy": "Equals"
      },
      {
        "kind": "Exe",
        "id": "PowerToys.PowerAccent.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "Prime95": {
    "floating": [
      {
        "kind": "Exe",
        "id": "prime95.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "Prism Launcher": {
    "floating": [
      [
        {
          "kind": "Exe",
          "id": "prismlauncher.exe",
          "matching_strategy": "Equals"
        },
        {
          "kind": "Title",
          "id": "- Prism Launcher",
          "matching_strategy": "Contains"
        }
      ]
    ]
  },
  "Process Hacker": {
    "ignore": [
      {
        "kind": "Exe",
        "id": "ProcessHacker.exe",
        "matching_strategy": "Equals"
      }
    ],
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "ProcessHacker.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "ProtonDrive": {
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "ProtonDrive.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "ProtonVPN": {
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "ProtonVPN.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "PyCharm": {
    "ignore": [
      {
        "kind": "Class",
        "id": "SunAwtDialog",
        "matching_strategy": "Equals"
      }
    ],
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "pycharm64.exe",
        "matching_strategy": "Equals"
      }
    ],
    "object_name_change": [
      {
        "kind": "Exe",
        "id": "pycharm64.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "QQ": {
    "ignore": [
      {
        "kind": "Title",
        "id": "图片查看器",
        "matching_strategy": "Legacy"
      },
      {
        "kind": "Title",
        "id": "群èŠçš„èŠå¤©è®°å½•",
        "matching_strategy": "Legacy"
      },
      {
        "kind": "Title",
        "id": "语音通è¯",
        "matching_strategy": "Legacy"
      }
    ],
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "QQ.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "QtScrcpy": {
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "QtScrcpy.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "QuickLook": {
    "ignore": [
      {
        "kind": "Exe",
        "id": "QuickLook.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "RepoZ": {
    "ignore": [
      {
        "kind": "Exe",
        "id": "RepoZ.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "Rider": {
    "ignore": [
      {
        "kind": "Class",
        "id": "SunAwtDialog",
        "matching_strategy": "Equals"
      },
      {
        "kind": "Title",
        "id": "PopupMessageWindow",
        "matching_strategy": "Legacy"
      }
    ],
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "rider64.exe",
        "matching_strategy": "Equals"
      }
    ],
    "object_name_change": [
      {
        "kind": "Exe",
        "id": "rider64.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "Roblox FPS Unlocker": {
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "rbxfpsunlocker.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "RoundedTB": {
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "RoundedTB.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "RustRover": {
    "ignore": [
      {
        "kind": "Class",
        "id": "SunAwtDialog",
        "matching_strategy": "Equals"
      }
    ],
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "rustrover64.exe",
        "matching_strategy": "Equals"
      }
    ],
    "object_name_change": [
      {
        "kind": "Exe",
        "id": "rustrover64.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "Sandboxie Plus": {
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "SandMan.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "ShareX": {
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "ShareX.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "Sideloadly": {
    "ignore": [
      {
        "kind": "Exe",
        "id": "sideloadly.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "Signal": {
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "Signal.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "SiriKali": {
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "sirikali.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "Slack": {
    "ignore": [
      {
        "kind": "Class",
        "id": "Chrome_RenderWidgetHostHWND",
        "matching_strategy": "Legacy"
      }
    ],
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "slack.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "Smart Install Maker": {
    "ignore": [
      {
        "kind": "Class",
        "id": "obj_App",
        "matching_strategy": "Legacy"
      },
      {
        "kind": "Class",
        "id": "obj_Form",
        "matching_strategy": "Legacy"
      }
    ]
  },
  "SnippingTool": {
    "ignore": [
      {
        "kind": "Exe",
        "id": "SnippingTool.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "SoulseekQt": {
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "SoulseekQt.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "Spotify": {
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "Spotify.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "Steam": {
    "layered": [
      {
        "kind": "Exe",
        "id": "steam.exe",
        "matching_strategy": "Equals"
      }
    ],
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "steam.exe",
        "matching_strategy": "Equals"
      }
    ],
    "ignore": [
      [
        {
          "kind": "Exe",
          "id": "steamwebhelper.exe",
          "matching_strategy": "Equals"
        },
        {
          "kind": "Title",
          "id": "Steam",
          "matching_strategy": "DoesNotEqual"
        }
      ]
    ],
    "floating": [
      [
        {
          "kind": "Exe",
          "id": "steam.exe",
          "matching_strategy": "Equals"
        },
        {
          "kind": "Class",
          "id": "BootstrapUpdateUIClass",
          "matching_strategy": "Equals"
        }
      ]
    ]
  },
  "Steam Beta": {
    "ignore": [
      {
        "kind": "Title",
        "id": "notificationtoasts_",
        "matching_strategy": "Legacy"
      }
    ],
    "tray_and_multi_window": [
      {
        "kind": "Class",
        "id": "SDL_app",
        "matching_strategy": "Legacy"
      }
    ]
  },
  "Stremio": {
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "stremio.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "System Informer": {
    "ignore": [
      {
        "kind": "Exe",
        "id": "SystemInformer.exe",
        "matching_strategy": "Equals"
      }
    ],
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "SystemInformer.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "SystemSettings": {
    "ignore": [
      {
        "kind": "Class",
        "id": "Shell_Dialog",
        "matching_strategy": "Legacy"
      }
    ]
  },
  "Tabby": {
    "manage": [
      [
        {
          "kind": "Class",
          "id": "Chrome_WidgetWin_1",
          "matching_strategy": "Equals"
        },
        {
          "kind": "Exe",
          "id": "Tabby.exe",
          "matching_strategy": "Equals"
        }
      ]
    ]
  },
  "Task Manager": {
    "ignore": [
      {
        "kind": "Class",
        "id": "TaskManagerWindow",
        "matching_strategy": "Legacy"
      }
    ]
  },
  "Telegram": {
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "Telegram.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "TeraCopy": {
    "ignore": [
      {
        "kind": "Exe",
        "id": "TeraCopy.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "TickTick": {
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "TickTick.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "Tobit.Team": {
    "tray_and_multi_window": [
      {
        "kind": "Class",
        "id": "TobitTeamFrame",
        "matching_strategy": "Equals"
      }
    ]
  },
  "Total Commander": {
    "ignore": [
      {
        "kind": "Class",
        "id": "TDLG2FILEACTIONMIN",
        "matching_strategy": "Equals"
      },
      {
        "kind": "Class",
        "id": "TFindFile",
        "matching_strategy": "Equals"
      },
      {
        "kind": "Class",
        "id": "TLister",
        "matching_strategy": "Equals"
      },
      {
        "kind": "Class",
        "id": "TCHANGETREEDLG",
        "matching_strategy": "Equals"
      },
      {
        "kind": "Class",
        "id": "TCONNECT",
        "matching_strategy": "Equals"
      },
      {
        "kind": "Class",
        "id": "TSEARCHTEXT",
        "matching_strategy": "Equals"
      }
    ]
  },
  "TouchCursor": {
    "ignore": [
      {
        "kind": "Exe",
        "id": "tcconfig.exe",
        "matching_strategy": "Equals"
      }
    ],
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "tcconfig.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "TranslucentTB": {
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "TranslucentTB.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "UniGetUI": {
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "UniGetUI.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "Unity Editor": {
    "transparency_ignore": [
      {
        "kind": "Exe",
        "id": "Unity.exe",
        "matching_strategy": "Equals"
      }
    ],
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "Unity.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "Unity Hub": {
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "Unity Hub.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "Unreal Editor": {
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "UnrealEditor.exe",
        "matching_strategy": "Equals"
      }
    ],
    "floating": [
      [
        {
          "kind": "Exe",
          "id": "UnrealEditor.exe",
          "matching_strategy": "Equals"
        },
        {
          "kind": "Title",
          "id": "- Unreal Editor",
          "matching_strategy": "DoesNotEndWith"
        }
      ]
    ]
  },
  "VLC": {
    "ignore": [
      [
        {
          "kind": "Exe",
          "id": "vlc.exe",
          "matching_strategy": "Equals"
        },
        {
          "kind": "Title",
          "id": "Open URL",
          "matching_strategy": "Equals"
        }
      ],
      [
        {
          "kind": "Exe",
          "id": "vlc.exe",
          "matching_strategy": "Equals"
        },
        {
          "kind": "Title",
          "id": "About",
          "matching_strategy": "Equals"
        }
      ],
      [
        {
          "kind": "Exe",
          "id": "vlc.exe",
          "matching_strategy": "Equals"
        },
        {
          "kind": "Title",
          "id": "Preferences",
          "matching_strategy": "Equals"
        }
      ],
      [
        {
          "kind": "Exe",
          "id": "vlc.exe",
          "matching_strategy": "Equals"
        },
        {
          "kind": "Title",
          "id": "Adjustments and Effects",
          "matching_strategy": "Equals"
        }
      ],
      [
        {
          "kind": "Exe",
          "id": "vlc.exe",
          "matching_strategy": "Equals"
        },
        {
          "kind": "Title",
          "id": "Open Media",
          "matching_strategy": "Equals"
        }
      ],
      [
        {
          "kind": "Exe",
          "id": "vlc.exe",
          "matching_strategy": "Equals"
        },
        {
          "kind": "Title",
          "id": "Current Media Information",
          "matching_strategy": "Equals"
        }
      ],
      [
        {
          "kind": "Exe",
          "id": "vlc.exe",
          "matching_strategy": "Equals"
        },
        {
          "kind": "Title",
          "id": "Messages",
          "matching_strategy": "Equals"
        }
      ],
      [
        {
          "kind": "Exe",
          "id": "vlc.exe",
          "matching_strategy": "Equals"
        },
        {
          "kind": "Title",
          "id": "VLC media player updates",
          "matching_strategy": "Equals"
        }
      ],
      [
        {
          "kind": "Exe",
          "id": "vlc.exe",
          "matching_strategy": "Equals"
        },
        {
          "kind": "Title",
          "id": "Help",
          "matching_strategy": "Equals"
        }
      ],
      [
        {
          "kind": "Exe",
          "id": "vlc.exe",
          "matching_strategy": "Equals"
        },
        {
          "kind": "Title",
          "id": "Plugins and extensions",
          "matching_strategy": "Equals"
        }
      ],
      [
        {
          "kind": "Exe",
          "id": "vlc.exe",
          "matching_strategy": "Equals"
        },
        {
          "kind": "Title",
          "id": "Building font cache",
          "matching_strategy": "Equals"
        }
      ]
    ]
  },
  "VMware Horizon Client": {
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "vmware-view.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "VRCX": {
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "VRCX.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "Visual Studio": {
    "object_name_change": [
      {
        "kind": "Exe",
        "id": "devenv.exe",
        "matching_strategy": "Equals"
      }
    ],
    "floating": [
      [
        {
          "kind": "Exe",
          "id": "devenv.exe",
          "matching_strategy": "Equals"
        },
        {
          "kind": "Title",
          "id": "QuickWatch",
          "matching_strategy": "Equals"
        }
      ],
      [
        {
          "kind": "Exe",
          "id": "devenv.exe",
          "matching_strategy": "Equals"
        },
        {
          "kind": "Title",
          "id": " - Microsoft Visual Studio",
          "matching_strategy": "DoesNotEndWith"
        }
      ]
    ],
    "ignore": [
      {
        "kind": "Exe",
        "id": "VsDebugConsole.exe",
        "matching_strategy": "Equals"
      },
      [
        {
          "kind": "Exe",
          "id": "iisexpresstray.exe",
          "matching_strategy": "Equals"
        },
        {
          "kind": "Class",
          "id": "WindowsForms10.Window",
          "matching_strategy": "StartsWith"
        }
      ],
      {
        "kind": "Title",
        "id": "WindowsFormsParkingWindow",
        "matching_strategy": "Equals"
      },
      [
        {
          "kind": "Exe",
          "id": "devenv.exe",
          "matching_strategy": "Equals"
        },
        {
          "kind": "Title",
          "id": "Move files to a new location?",
          "matching_strategy": "Equals"
        }
      ],
      {
        "kind": "Exe",
        "id": "ServiceHub.ThreadedWaitDialog.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "Voice.ai": {
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "VoiceAI.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "WeChat": {
    "ignore": [
      {
        "kind": "Class",
        "id": "WeChatLoginWndForPC",
        "matching_strategy": "Equals"
      },
      {
        "kind": "Class",
        "id": "FileListMgrWnd",
        "matching_strategy": "Equals"
      },
      {
        "kind": "Class",
        "id": "CWebviewControlHostWnd",
        "matching_strategy": "Equals"
      },
      {
        "kind": "Class",
        "id": "ChatWnd",
        "matching_strategy": "Equals"
      },
      {
        "kind": "Class",
        "id": "EmotionTipWnd",
        "matching_strategy": "Equals"
      },
      {
        "kind": "Class",
        "id": "ChatContactMenu",
        "matching_strategy": "Equals"
      },
      {
        "kind": "Exe",
        "id": "WeChatAppEx.exe",
        "matching_strategy": "Equals"
      }
    ],
    "manage": [
      {
        "kind": "Class",
        "id": "WeChatMainWndForPC",
        "matching_strategy": "Equals"
      }
    ],
    "tray_and_multi_window": [
      {
        "kind": "Class",
        "id": "WeChatMainWndForPC",
        "matching_strategy": "Equals"
      }
    ]
  },
  "WebStorm": {
    "ignore": [
      {
        "kind": "Class",
        "id": "SunAwtDialog",
        "matching_strategy": "Equals"
      }
    ],
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "webstorm64.exe",
        "matching_strategy": "Equals"
      }
    ],
    "object_name_change": [
      {
        "kind": "Exe",
        "id": "webstorm64.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "WebTorrent Desktop": {
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "WebTorrent.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "WinZip (32-bit)": {
    "ignore": [
      {
        "kind": "Exe",
        "id": "winzip32.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "WinZip (64-bit)": {
    "ignore": [
      {
        "kind": "Exe",
        "id": "winzip64.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "Windows Console (conhost.exe)": {
    "manage": [
      {
        "kind": "Class",
        "id": "ConsoleWindowClass",
        "matching_strategy": "Equals"
      }
    ]
  },
  "Windows Explorer": {
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "explorer.exe",
        "matching_strategy": "Equals"
      }
    ],
    "ignore": [
      {
        "kind": "Class",
        "id": "NativeHWNDHost",
        "matching_strategy": "Equals"
      },
      {
        "kind": "Class",
        "id": "OperationStatusWindow",
        "matching_strategy": "Legacy"
      },
      {
        "kind": "Title",
        "id": "Control Panel",
        "matching_strategy": "Legacy"
      }
    ]
  },
  "Windows Installer": {
    "ignore": [
      {
        "kind": "Exe",
        "id": "msiexec.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "Windows Subsystem for Android": {
    "ignore": [
      {
        "kind": "Class",
        "id": "android(splash)",
        "matching_strategy": "Legacy"
      }
    ]
  },
  "Windows Terminal": {
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "WindowsTerminal.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "Windows Update Standalone Installer": {
    "ignore": [
      {
        "kind": "Exe",
        "id": "wusa.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "WingetUI": {
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "wingetui.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "Wox": {
    "ignore": [
      {
        "kind": "Title",
        "id": "Hotkey sink",
        "matching_strategy": "Legacy"
      }
    ]
  },
  "XAMPP Control Panel": {
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "xampp-control.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "Zebar": {
    "ignore": [
      {
        "kind": "Exe",
        "id": "zebar.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "Zen Browser": {
    "ignore": [
      {
        "kind": "Class",
        "id": "MozillaDialogClass",
        "matching_strategy": "Equals"
      },
      {
        "kind": "Class",
        "id": "MozillaTaskbarPreviewClass",
        "matching_strategy": "Legacy"
      },
      [
        {
          "kind": "Title",
          "id": "Picture-in-Picture",
          "matching_strategy": "Equals"
        },
        {
          "kind": "Exe",
          "id": "zen.exe",
          "matching_strategy": "Equals"
        }
      ]
    ],
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "zen.exe",
        "matching_strategy": "Equals"
      }
    ],
    "object_name_change": [
      {
        "kind": "Exe",
        "id": "zen.exe",
        "matching_strategy": "Equals"
      }
    ],
    "slow_application": [
      {
        "kind": "Exe",
        "id": "zen.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "Zoom": {
    "ignore": [
      {
        "kind": "Exe",
        "id": "Zoom.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "komorebi-bar": {
    "ignore": [
      {
        "kind": "Exe",
        "id": "komorebi-bar.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "komorebi-gui": {
    "ignore": [
      {
        "kind": "Exe",
        "id": "komorebi-gui.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "mpv": {
    "object_name_change": [
      {
        "kind": "Class",
        "id": "mpv",
        "matching_strategy": "Legacy"
      }
    ]
  },
  "mpv.net": {
    "object_name_change": [
      {
        "kind": "Exe",
        "id": "mpvnet.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "paint.net": {
    "ignore": [
      {
        "kind": "Exe",
        "id": "paintdotnet.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "pinentry": {
    "ignore": [
      {
        "kind": "Exe",
        "id": "pinentry.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "qBittorrent": {
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "qbittorrent.exe",
        "matching_strategy": "Equals"
      }
    ],
    "ignore": [
      [
        {
          "kind": "Exe",
          "id": "qbittorrent.exe",
          "matching_strategy": "Equals"
        },
        {
          "kind": "Title",
          "id": "Exiting qBittorrent",
          "matching_strategy": "Equals"
        }
      ]
    ]
  },
  "ueli": {
    "ignore": [
      {
        "kind": "Exe",
        "id": "ueli.exe",
        "matching_strategy": "Equals"
      }
    ],
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "ueli.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "visio": {
    "ignore": [
      {
        "kind": "Class",
        "id": "VISIOS",
        "matching_strategy": "Equals"
      },
      {
        "kind": "Class",
        "id": "VISIOQ",
        "matching_strategy": "Equals"
      }
    ],
    "manage": [
      {
        "kind": "Class",
        "id": "VISIOA",
        "matching_strategy": "Equals"
      }
    ]
  },
  "Stremio Desktop Community": {
    "tray_and_multi_window": [
      {
        "kind": "Exe",
        "id": "stremio-shell-ng.exe",
        "matching_strategy": "Equals"
      }
    ]
  },
  "Mod Organizer 2": {
    "ignore": [
      [
        {
          "kind": "Exe",
          "id": "ModOrganizer.exe",
          "matching_strategy": "Equals"
        },
        {
          "kind": "Title",
          "id": "Extracting files",
          "matching_strategy": "Equals"
        }
      ]
    ]
  }
}
@elijaharch commented on GitHub (Mar 3, 2025): > Just to sanity check, can you run `Get-Content C:\Users\el\komorebi.json` and `Get-Content C:\Users\el\applications.json` and paste the complete out here? Here it is: ``` PS C:\Users\el> Get-Content C:\Users\el\komorebi.json { "$schema": "https://raw.githubusercontent.com/LGUG2Z/komorebi/v0.1.25/schema.json", "window_hiding_behaviour": "Cloak", "cross_monitor_move_behaviour": "Insert", "default_workspace_padding": 2, "default_container_padding": -1, "animation_enabled": true, "animation_style": "EaseOutQuad", "animation_duration": 200, "animation_fps": 120, "border": true, "border_width": 4, "border_offset": -1, "border_colours": { "single": "#91adc8", "stack": "#4e88d9", "monocle": "#585b70", "unfocused": "#363654" }, "transparency": true, "transparency_alpha": 230, "stackbar": { "height": 30, "mode": "OnStack", "tabs": { "width": 300, "focused_text": "#4e88d9", "unfocused_text": "#b3b3b3", "background": "#303949" } }, "monitors": [ { "workspaces": [ { "name": "I", "layout": "BSP" }, { "name": "II", "layout": "VerticalStack" }, { "name": "III", "layout": "HorizontalStack" }, { "name": "IV", "layout": "UltrawideVerticalStack" }, { "name": "V", "layout": "Rows" } ] } ] } ``` And here: ``` PS C:\Users\el> Get-Content C:\Users\el\applications.json { "$schema": "https://raw.githubusercontent.com/LGUG2Z/komorebi/master/schema.asc.json", "1Password": { "ignore": [ { "kind": "Exe", "id": "1Password.exe", "matching_strategy": "Equals" } ] }, "Ableton Live": { "ignore": [ { "kind": "Class", "id": "AbletonVstPlugClass", "matching_strategy": "Legacy" }, { "kind": "Class", "id": "Vst3PlugWindow", "matching_strategy": "Legacy" } ] }, "Adobe Creative Cloud": { "tray_and_multi_window": [ { "kind": "Class", "id": "CreativeCloudDesktopWindowClass", "matching_strategy": "Legacy" } ] }, "Adobe Premiere Pro": { "ignore": [ { "kind": "Class", "id": "DroverLord - Window Class", "matching_strategy": "Equals" } ] }, "Arc Browser": { "ignore": [ { "kind": "Title", "id": "Arc picture in picture", "matching_strategy": "Equals" }, { "kind": "Title", "id": "Arc extension popup", "matching_strategy": "Equals" } ] }, "Affinity Designer 2": { "ignore": [ { "kind": "Exe", "id": "Designer.exe", "matching_strategy": "Equals" } ], "manage": [ { "kind": "Title", "id": "Affinity Designer 2", "matching_strategy": "Equals" } ] }, "Affinity Photo 2": { "ignore": [ { "kind": "Exe", "id": "Photo.exe", "matching_strategy": "Equals" } ], "manage": [ { "kind": "Title", "id": "Affinity Photo 2", "matching_strategy": "Equals" } ] }, "Affinity Publisher 2": { "ignore": [ { "kind": "Exe", "id": "Publisher.exe", "matching_strategy": "Equals" } ], "manage": [ { "kind": "Title", "id": "Affinity Publisher 2", "matching_strategy": "Equals" } ] }, "Akiflow": { "tray_and_multi_window": [ { "kind": "Exe", "id": "Akiflow.exe", "matching_strategy": "Equals" } ] }, "Amazon Chime": { "ignore": [ { "kind": "Title", "id": "Meeting Controls", "matching_strategy": "EndsWith" } ] }, "Android Studio": { "object_name_change": [ { "kind": "Exe", "id": "studio64.exe", "matching_strategy": "Equals" } ] }, "Anki": { "tray_and_multi_window": [ { "kind": "Exe", "id": "anki.exe", "matching_strategy": "Equals" } ] }, "ApplicationFrameHost": { "tray_and_multi_window": [ { "kind": "Exe", "id": "ApplicationFrameHost.exe", "matching_strategy": "Equals" } ] }, "ArmCord": { "tray_and_multi_window": [ { "kind": "Exe", "id": "ArmCord.exe", "matching_strategy": "Equals" } ] }, "AutoDesk AutoCAD Suite": { "ignore": [ [ { "kind": "Class", "id": "Afx:", "matching_strategy": "Contains" }, { "kind": "Exe", "id": "acad.exe", "matching_strategy": "Equals" } ], [ { "kind": "Class", "id": "HwndWrapper[DefaultDomain", "matching_strategy": "StartsWith" }, { "kind": "Exe", "id": "acad.exe", "matching_strategy": "Equals" } ], [ { "kind": "Class", "id": "WindowsForms10.Window", "matching_strategy": "StartsWith" }, { "kind": "Exe", "id": "acad.exe", "matching_strategy": "Equals" } ] ] }, "AutoHotkey": { "ignore": [ { "kind": "Title", "id": "Window Spy", "matching_strategy": "StartsWith" }, { "kind": "Exe", "id": "AutoHotkeyUX.exe", "matching_strategy": "Equals" } ], "tray_and_multi_window": [ { "kind": "Exe", "id": "AutoHotkeyU64.exe", "matching_strategy": "Equals" } ] }, "Balabolka": { "ignore": [ [ { "kind": "Exe", "id": "balabolka.exe", "matching_strategy": "Equals" }, { "kind": "Class", "id": "TBalabolkaForm", "matching_strategy": "DoesNotEqual" } ] ] }, "Barrier": { "floating": [ { "kind": "Exe", "id": "barrier.exe", "matching_strategy": "Equals" } ] }, "Beeper": { "tray_and_multi_window": [ { "kind": "Exe", "id": "Beeper.exe", "matching_strategy": "Equals" } ] }, "Bitwarden": { "tray_and_multi_window": [ { "kind": "Exe", "id": "Bitwarden.exe", "matching_strategy": "Equals" } ] }, "Blitz": { "tray_and_multi_window": [ { "kind": "Exe", "id": "Blitz.exe", "matching_strategy": "Equals" } ] }, "Bloxstrap": { "ignore": [ { "kind": "Exe", "id": "Bloxstrap.exe", "matching_strategy": "Equals" } ] }, "Brave Browser": { "tray_and_multi_window": [ { "kind": "Exe", "id": "brave.exe", "matching_strategy": "Equals" } ] }, "CLion": { "ignore": [ { "kind": "Class", "id": "SunAwtDialog", "matching_strategy": "Equals" } ], "tray_and_multi_window": [ { "kind": "Exe", "id": "clion64.exe", "matching_strategy": "Equals" } ], "object_name_change": [ { "kind": "Exe", "id": "clion64.exe", "matching_strategy": "Equals" } ] }, "Calculator": { "ignore": [ { "kind": "Title", "id": "Calculator", "matching_strategy": "Equals" } ] }, "Citrix Receiver": { "ignore": [ { "kind": "Exe", "id": "SelfService.exe", "matching_strategy": "Equals" } ], "tray_and_multi_window": [ { "kind": "Exe", "id": "SelfService.exe", "matching_strategy": "Equals" } ] }, "Clash Verge": { "tray_and_multi_window": [ { "kind": "Exe", "id": "Clash Verge.exe", "matching_strategy": "Equals" } ] }, "Clementine": { "tray_and_multi_window": [ { "kind": "Exe", "id": "clementine.exe", "matching_strategy": "Equals" } ] }, "Clumsy": { "floating": [ { "kind": "Exe", "id": "clumsy.exe", "matching_strategy": "Equals" } ] }, "CopyQ": { "ignore": [ { "kind": "Exe", "id": "copyq.exe", "matching_strategy": "Equals" } ] }, "Core Temp": { "ignore": [ { "kind": "Exe", "id": "Core Temp.exe", "matching_strategy": "Equals" } ] }, "Credential Manager UI Host": { "ignore": [ { "kind": "Exe", "id": "CredentialUIBroker.exe", "matching_strategy": "Equals" } ] }, "Cron": { "tray_and_multi_window": [ { "kind": "Exe", "id": "Cron.exe", "matching_strategy": "Equals" } ] }, "DS4Windows": { "tray_and_multi_window": [ { "kind": "Exe", "id": "DS4Windows.exe", "matching_strategy": "Equals" } ] }, "DataGrip": { "tray_and_multi_window": [ { "kind": "Exe", "id": "datagrip64.exe", "matching_strategy": "Equals" } ], "object_name_change": [ { "kind": "Exe", "id": "datagrip64.exe", "matching_strategy": "Equals" } ] }, "Delphi applications": { "ignore": [ { "kind": "Class", "id": "TApplication", "matching_strategy": "Legacy" }, { "kind": "Class", "id": "TWizardForm", "matching_strategy": "Legacy" } ] }, "DesktopMate": { "ignore": [ { "kind": "Exe", "id": "DesktopMate.exe", "matching_strategy": "Equals" } ] }, "Discord": { "tray_and_multi_window": [ { "kind": "Exe", "id": "Discord.exe", "matching_strategy": "Equals" } ], "layered": [ { "kind": "Exe", "id": "Discord.exe", "matching_strategy": "Equals" } ] }, "DiscordCanary": { "tray_and_multi_window": [ { "kind": "Exe", "id": "DiscordCanary.exe", "matching_strategy": "Equals" } ] }, "DiscordDevelopment": { "tray_and_multi_window": [ { "kind": "Exe", "id": "DiscordDevelopment.exe", "matching_strategy": "Equals" } ] }, "DiscordPTB": { "tray_and_multi_window": [ { "kind": "Exe", "id": "DiscordPTB.exe", "matching_strategy": "Equals" } ] }, "Dropbox": { "ignore": [ { "kind": "Exe", "id": "Dropbox.exe", "matching_strategy": "Equals" } ] }, "EA Desktop": { "tray_and_multi_window": [ { "kind": "Exe", "id": "EADesktop.exe", "matching_strategy": "Equals" } ] }, "Eagle": { "tray_and_multi_window": [ { "kind": "Exe", "id": "Eagle.exe", "matching_strategy": "Equals" } ] }, "Eclipse SWT": { "object_name_change": [ { "kind": "Class", "id": "SWT_Window", "matching_strategy": "StartsWith" } ] }, "ElectronMail": { "tray_and_multi_window": [ { "kind": "Exe", "id": "ElectronMail.exe", "matching_strategy": "Equals" } ] }, "Electrum": { "ignore": [ { "kind": "Title", "id": "Create/Restore wallet", "matching_strategy": "Equals" } ] }, "Element": { "tray_and_multi_window": [ { "kind": "Exe", "id": "Element.exe", "matching_strategy": "Equals" } ] }, "Elephicon": { "ignore": [ { "kind": "Exe", "id": "Elephicon.exe", "matching_strategy": "Equals" } ] }, "ElevenClock": { "tray_and_multi_window": [ { "kind": "Exe", "id": "ElevenClock.exe", "matching_strategy": "Equals" } ] }, "Elgato Camera Hub": { "ignore": [ { "kind": "Exe", "id": "Camera Hub.exe", "matching_strategy": "Equals" } ] }, "Elgato Control Center": { "ignore": [ { "kind": "Exe", "id": "ControlCenter.exe", "matching_strategy": "Equals" } ] }, "Elgato Wave Link": { "ignore": [ { "kind": "Exe", "id": "WaveLink.exe", "matching_strategy": "Equals" } ] }, "Epic Games Launcher": { "tray_and_multi_window": [ { "kind": "Exe", "id": "EpicGamesLauncher.exe", "matching_strategy": "Equals" } ] }, "Everything": { "tray_and_multi_window": [ { "kind": "Class", "id": "EVERYTHING", "matching_strategy": "Legacy" } ] }, "Everything1.5a": { "manage": [ { "kind": "Class", "id": "EVERYTHING_(1.5a)", "matching_strategy": "Legacy" } ], "tray_and_multi_window": [ { "kind": "Class", "id": "EVERYTHING_(1.5a)", "matching_strategy": "Legacy" } ] }, "FFMetrics": { "tray_and_multi_window": [ { "kind": "Exe", "id": "FFMetrics.exe", "matching_strategy": "Equals" } ] }, "Files": { "tray_and_multi_window": [ { "kind": "Exe", "id": "Files.exe", "matching_strategy": "Equals" } ] }, "Fork": { "ignore": [ [ { "kind": "Exe", "id": "Fork.exe", "matching_strategy": "Equals" }, { "kind": "Title", "id": "Fork -", "matching_strategy": "DoesNotStartWith" } ] ] }, "FreeCAD": { "floating": [ [ { "kind": "Exe", "id": "freecad.exe", "matching_strategy": "Equals" }, { "kind": "Class", "id": "Qt51515QWindowIcon", "matching_strategy": "Equals" } ] ] }, "GIMP": { "floating": [ [ { "kind": "Exe", "id": "gimp", "matching_strategy": "StartsWith" }, { "kind": "Title", "id": "GNU", "matching_strategy": "DoesNotContain" }, { "kind": "Title", "id": "GIMP", "matching_strategy": "DoesNotEndWith" } ], [ { "kind": "Exe", "id": "gimp", "matching_strategy": "StartsWith" }, { "kind": "Title", "id": "About GIMP", "matching_strategy": "Equals" } ] ] }, "GOG Galaxy": { "ignore": [ { "kind": "Class", "id": "Chrome_RenderWidgetHostHWND", "matching_strategy": "Legacy" } ], "manage": [ { "kind": "Exe", "id": "GalaxyClient.exe", "matching_strategy": "Equals" } ], "tray_and_multi_window": [ { "kind": "Exe", "id": "GalaxyClient.exe", "matching_strategy": "Equals" } ] }, "GitHub Credential Manager": { "ignore": [ { "kind": "Exe", "id": "git-credential-manager.exe", "matching_strategy": "Equals" } ] }, "GoPro Webcam": { "tray_and_multi_window": [ { "kind": "Class", "id": "GoPro Webcam", "matching_strategy": "Legacy" } ] }, "Godot Engine": { "object_name_change": [ { "kind": "Exe", "id": "Godot_v", "matching_strategy": "StartsWith" } ] }, "Godot Manager": { "manage": [ { "kind": "Exe", "id": "GodotManager.exe", "matching_strategy": "Equals" } ], "object_name_change": [ { "kind": "Exe", "id": "GodotManager.exe", "matching_strategy": "Equals" } ] }, "GoLand": { "ignore": [ { "kind": "Class", "id": "SunAwtDialog", "matching_strategy": "Equals" } ], "tray_and_multi_window": [ { "kind": "Exe", "id": "goland64.exe", "matching_strategy": "Equals" } ], "object_name_change": [ { "kind": "Exe", "id": "goland64.exe", "matching_strategy": "Equals" } ] }, "Golden Dict": { "tray_and_multi_window": [ { "kind": "Exe", "id": "GoldenDict.exe", "matching_strategy": "Equals" } ] }, "Google Chrome": { "tray_and_multi_window": [ { "kind": "Exe", "id": "chrome.exe", "matching_strategy": "Equals" } ] }, "Google Drive": { "ignore": [ { "kind": "Exe", "id": "GoogleDriveFS.exe", "matching_strategy": "Equals" } ], "tray_and_multi_window": [ { "kind": "Exe", "id": "GoogleDriveFS.exe", "matching_strategy": "Equals" } ] }, "Google Earth Pro": { "ignore": [ [ { "kind": "Class", "id": "Qt5QWindowToolSaveBits", "matching_strategy": "Equals" }, { "kind": "Exe", "id": "googleearth.exe", "matching_strategy": "Equals" } ], [ { "kind": "Class", "id": "Qt5QWindowIcon", "matching_strategy": "Equals" }, { "kind": "Title", "id": "Google Earth Pro", "matching_strategy": "DoesNotEqual" }, { "kind": "Exe", "id": "googleearth.exe", "matching_strategy": "Equals" } ] ] }, "Guitar Rig 7": { "ignore": [ { "kind": "Exe", "id": "Guitar Rig 7.exe", "matching_strategy": "Equals" } ] }, "IntelliJ IDEA": { "ignore": [ { "kind": "Class", "id": "SunAwtDialog", "matching_strategy": "Equals" } ], "tray_and_multi_window": [ { "kind": "Exe", "id": "idea64.exe", "matching_strategy": "Equals" } ], "object_name_change": [ { "kind": "Exe", "id": "idea64.exe", "matching_strategy": "Equals" } ] }, "Itch.io": { "tray_and_multi_window": [ { "kind": "Exe", "id": "itch.exe", "matching_strategy": "Equals" } ] }, "JavaFX": { "object_name_change": [ { "kind": "Class", "id": "GlassWndClass-GlassWindowClass", "matching_strategy": "StartsWith" } ] }, "JetBrains Client": { "ignore": [ { "kind": "Class", "id": "SunAwtDialog", "matching_strategy": "Equals" } ], "tray_and_multi_window": [ { "kind": "Exe", "id": "jetbrains_client64.exe", "matching_strategy": "Equals" } ], "object_name_change": [ { "kind": "Exe", "id": "jetbrains_client64.exe", "matching_strategy": "Equals" } ] }, "KOOK": { "tray_and_multi_window": [ { "kind": "Exe", "id": "KOOK.exe", "matching_strategy": "Equals" } ] }, "Keyviz": { "ignore": [ { "kind": "Exe", "id": "keyviz.exe", "matching_strategy": "Equals" } ] }, "Kleopatra": { "tray_and_multi_window": [ { "kind": "Exe", "id": "kleopatra.exe", "matching_strategy": "Equals" } ] }, "Kotatogram": { "tray_and_multi_window": [ { "kind": "Exe", "id": "Kotatogram.exe", "matching_strategy": "Equals" } ] }, "Lens": { "ignore": [ [ { "kind": "Exe", "id": "Lens.exe", "matching_strategy": "Equals" }, { "kind": "Title", "id": "Loading", "matching_strategy": "Equals" } ] ] }, "LibreCAD": { "ignore": [ [ { "kind": "Title", "id": "LibreCAD", "matching_strategy": "DoesNotStartWith" }, { "kind": "Exe", "id": "LibreCAD.exe", "matching_strategy": "Equals" } ] ] }, "LibreOffice": { "object_name_change": [ { "kind": "Exe", "id": "soffice.bin", "matching_strategy": "Equals" } ] }, "Line": { "floating": [ { "kind": "Exe", "id": "LineMediaPlayer.exe", "matching_strategy": "Equals" } ] }, "LocalSend": { "tray_and_multi_window": [ { "kind": "Exe", "id": "localsend_app.exe", "matching_strategy": "Equals" } ] }, "Logi Bolt": { "ignore": [ { "kind": "Exe", "id": "LogiBolt.exe", "matching_strategy": "Equals" } ] }, "LogiTune": { "ignore": [ { "kind": "Exe", "id": "LogiTune.exe", "matching_strategy": "Equals" } ], "tray_and_multi_window": [ { "kind": "Exe", "id": "LogiTune.exe", "matching_strategy": "Equals" } ] }, "Logitech G HUB": { "tray_and_multi_window": [ { "kind": "Exe", "id": "lghub.exe", "matching_strategy": "Equals" } ] }, "Logitech Options": { "ignore": [ { "kind": "Exe", "id": "LogiOptionsUI.exe", "matching_strategy": "Equals" } ] }, "Mailspring": { "tray_and_multi_window": [ { "kind": "Exe", "id": "mailspring.exe", "matching_strategy": "Equals" } ] }, "ManicTime": { "manage": [ { "kind": "Exe", "id": "ManicTimeClient.exe", "matching_strategy": "Equals" } ], "tray_and_multi_window": [ { "kind": "Exe", "id": "ManicTimeClient.exe", "matching_strategy": "Equals" } ], "object_name_change": [ { "kind": "Exe", "id": "ManicTimeClient.exe", "matching_strategy": "Equals" } ] }, "ManyCam": { "tray_and_multi_window": [ { "kind": "Exe", "id": "ManyCam.exe", "matching_strategy": "Equals" } ] }, "Mattermost": { "tray_and_multi_window": [ { "kind": "Exe", "id": "Mattermost.exe", "matching_strategy": "Equals" } ] }, "MaxxAudioPro": { "ignore": [ [ { "kind": "Exe", "id": "ApplicationFrameHost.exe", "matching_strategy": "Equals" }, { "kind": "Title", "id": "MaxxAudioPro", "matching_strategy": "Equals" } ] ] }, "Microsoft Active Accessibility": { "ignore": [ { "kind": "Class", "id": "#32770", "matching_strategy": "Legacy" } ] }, "Microsoft Edge": { "ignore": [ [ { "kind": "Exe", "id": "msedge.exe", "matching_strategy": "Equals" }, { "kind": "Class", "id": "Chrome_WidgetWin_2", "matching_strategy": "Equals" } ] ] }, "Microsoft Excel": { "ignore": [ { "kind": "Class", "id": "_WwB", "matching_strategy": "Legacy" } ], "layered": [ { "kind": "Exe", "id": "EXCEL.EXE", "matching_strategy": "Equals" } ] }, "Microsoft Outlook": { "ignore": [ { "kind": "Class", "id": "_WwB", "matching_strategy": "Legacy" }, { "kind": "Class", "id": "MsoSplash", "matching_strategy": "Equals" } ], "tray_and_multi_window": [ { "kind": "Exe", "id": "OUTLOOK.EXE", "matching_strategy": "Equals" } ], "layered": [ { "kind": "Exe", "id": "OUTLOOK.EXE", "matching_strategy": "Equals" } ] }, "Microsoft PC Manager": { "ignore": [ { "kind": "Exe", "id": "MSPCManager.exe", "matching_strategy": "Equals" } ] }, "Microsoft PowerPoint": { "ignore": [ { "kind": "Class", "id": "_WwB", "matching_strategy": "Legacy" } ], "layered": [ { "kind": "Exe", "id": "POWERPNT.EXE", "matching_strategy": "Equals" } ] }, "Microsoft Terminal Services Client": { "ignore": [ { "kind": "Class", "id": "OPContainerClass", "matching_strategy": "Equals" }, { "kind": "Class", "id": "IHWindowClass", "matching_strategy": "Equals" } ] }, "Microsoft Teams": { "tray_and_multi_window": [ { "kind": "Class", "id": "TeamsWebView", "matching_strategy": "Equals" } ], "object_name_change": [ { "kind": "Class", "id": "TeamsWebView", "matching_strategy": "Equals" } ] }, "Microsoft Teams classic": { "ignore": [ { "kind": "Title", "id": "Microsoft Teams Notification", "matching_strategy": "Legacy" }, { "kind": "Title", "id": "Microsoft Teams Call", "matching_strategy": "Legacy" } ] }, "Microsoft Word": { "ignore": [ { "kind": "Class", "id": "_WwB", "matching_strategy": "Legacy" } ], "layered": [ { "kind": "Exe", "id": "WINWORD.EXE", "matching_strategy": "Equals" } ], "tray_and_multi_window": [ { "kind": "Exe", "id": "WINWORD.exe", "matching_strategy": "Equals" } ] }, "MobaXterm": { "manage": [ [ { "kind": "Exe", "id": "MobaXterm.exe", "matching_strategy": "Equals" }, { "kind": "Class", "id": "TMobaXtermForm", "matching_strategy": "Equals" } ] ] }, "Modern Flyouts": { "tray_and_multi_window": [ { "kind": "Exe", "id": "ModernFlyoutsHost.exe", "matching_strategy": "Equals" } ] }, "MOTU M-Series": { "floating": [ { "kind": "Exe", "id": "MOTUMSeries.exe", "matching_strategy": "Equals" } ] }, "Mozilla Firefox": { "ignore": [ { "kind": "Class", "id": "MozillaDialogClass", "matching_strategy": "Equals" }, { "kind": "Class", "id": "MozillaTaskbarPreviewClass", "matching_strategy": "Legacy" }, [ { "kind": "Title", "id": "Picture-in-Picture", "matching_strategy": "Equals" }, { "kind": "Exe", "id": "firefox.exe", "matching_strategy": "Equals" } ] ], "tray_and_multi_window": [ { "kind": "Exe", "id": "firefox.exe", "matching_strategy": "Equals" } ], "object_name_change": [ { "kind": "Exe", "id": "firefox.exe", "matching_strategy": "Equals" } ], "slow_application": [ { "kind": "Exe", "id": "firefox.exe", "matching_strategy": "Equals" } ] }, "NZXT CAM": { "tray_and_multi_window": [ { "kind": "Exe", "id": "NZXT CAM.exe", "matching_strategy": "Equals" } ] }, "NetEase Cloud Music": { "tray_and_multi_window": [ { "kind": "Exe", "id": "cloudmusic.exe", "matching_strategy": "Equals" } ] }, "NiceHash Miner": { "manage": [ { "kind": "Exe", "id": "nhm_app.exe", "matching_strategy": "Equals" } ] }, "NohBoard": { "ignore": [ { "kind": "Exe", "id": "NohBoard.exe", "matching_strategy": "Equals" } ] }, "Notion": { "ignore": [ { "kind": "Title", "id": "Notion - Command Search", "matching_strategy": "Equals" } ], "tray_and_multi_window": [ { "kind": "Exe", "id": "Notion.exe", "matching_strategy": "Equals" } ] }, "Notion Calendar": { "tray_and_multi_window": [ { "kind": "Exe", "id": "Notion Calendar.exe", "matching_strategy": "Equals" } ] }, "Notion Enhanced": { "tray_and_multi_window": [ { "kind": "Exe", "id": "Notion Enhanced.exe", "matching_strategy": "Equals" } ] }, "OBS Studio (32-bit)": { "tray_and_multi_window": [ { "kind": "Exe", "id": "obs32.exe", "matching_strategy": "Equals" } ] }, "OBS Studio (64-bit)": { "tray_and_multi_window": [ { "kind": "Exe", "id": "obs64.exe", "matching_strategy": "Equals" } ] }, "ONLYOFFICE Editors": { "tray_and_multi_window": [ { "kind": "Class", "id": "DocEditorsWindowClass", "matching_strategy": "Legacy" } ] }, "OneDrive": { "ignore": [ { "kind": "Class", "id": "OneDriveReactNativeWin32WindowClass", "matching_strategy": "Legacy" } ] }, "OneQuick": { "tray_and_multi_window": [ { "kind": "Exe", "id": "OneQuick.exe", "matching_strategy": "Equals" } ] }, "OpenRGB": { "tray_and_multi_window": [ { "kind": "Exe", "id": "OpenRGB.exe", "matching_strategy": "Equals" } ] }, "Paradox Launcher": { "ignore": [ { "kind": "Exe", "id": "Paradox Launcher.exe", "matching_strategy": "Equals" } ] }, "PhpStorm": { "ignore": [ { "kind": "Class", "id": "SunAwtDialog", "matching_strategy": "Equals" } ], "tray_and_multi_window": [ { "kind": "Exe", "id": "phpstorm64.exe", "matching_strategy": "Equals" } ], "object_name_change": [ { "kind": "Exe", "id": "phpstorm64.exe", "matching_strategy": "Equals" } ] }, "Playnite": { "ignore": [ { "kind": "Exe", "id": "Playnite.FullscreenApp.exe", "matching_strategy": "Equals" } ], "tray_and_multi_window": [ { "kind": "Exe", "id": "Playnite.DesktopApp.exe", "matching_strategy": "Equals" } ] }, "PowerToys": { "ignore": [ { "kind": "Exe", "id": "PowerToys.ColorPickerUI.exe", "matching_strategy": "Equals" }, { "kind": "Exe", "id": "PowerToys.CropAndLock.exe", "matching_strategy": "Equals" }, { "kind": "Exe", "id": "PowerToys.ImageResizer.exe", "matching_strategy": "Equals" }, { "kind": "Exe", "id": "PowerToys.Peek.UI.exe", "matching_strategy": "Equals" }, { "kind": "Exe", "id": "PowerToys.PowerLauncher.exe", "matching_strategy": "Equals" }, { "kind": "Exe", "id": "PowerToys.PowerAccent.exe", "matching_strategy": "Equals" } ] }, "Prime95": { "floating": [ { "kind": "Exe", "id": "prime95.exe", "matching_strategy": "Equals" } ] }, "Prism Launcher": { "floating": [ [ { "kind": "Exe", "id": "prismlauncher.exe", "matching_strategy": "Equals" }, { "kind": "Title", "id": "- Prism Launcher", "matching_strategy": "Contains" } ] ] }, "Process Hacker": { "ignore": [ { "kind": "Exe", "id": "ProcessHacker.exe", "matching_strategy": "Equals" } ], "tray_and_multi_window": [ { "kind": "Exe", "id": "ProcessHacker.exe", "matching_strategy": "Equals" } ] }, "ProtonDrive": { "tray_and_multi_window": [ { "kind": "Exe", "id": "ProtonDrive.exe", "matching_strategy": "Equals" } ] }, "ProtonVPN": { "tray_and_multi_window": [ { "kind": "Exe", "id": "ProtonVPN.exe", "matching_strategy": "Equals" } ] }, "PyCharm": { "ignore": [ { "kind": "Class", "id": "SunAwtDialog", "matching_strategy": "Equals" } ], "tray_and_multi_window": [ { "kind": "Exe", "id": "pycharm64.exe", "matching_strategy": "Equals" } ], "object_name_change": [ { "kind": "Exe", "id": "pycharm64.exe", "matching_strategy": "Equals" } ] }, "QQ": { "ignore": [ { "kind": "Title", "id": "图片查看器", "matching_strategy": "Legacy" }, { "kind": "Title", "id": "群èŠçš„èŠå¤©è®°å½•", "matching_strategy": "Legacy" }, { "kind": "Title", "id": "语音通è¯", "matching_strategy": "Legacy" } ], "tray_and_multi_window": [ { "kind": "Exe", "id": "QQ.exe", "matching_strategy": "Equals" } ] }, "QtScrcpy": { "tray_and_multi_window": [ { "kind": "Exe", "id": "QtScrcpy.exe", "matching_strategy": "Equals" } ] }, "QuickLook": { "ignore": [ { "kind": "Exe", "id": "QuickLook.exe", "matching_strategy": "Equals" } ] }, "RepoZ": { "ignore": [ { "kind": "Exe", "id": "RepoZ.exe", "matching_strategy": "Equals" } ] }, "Rider": { "ignore": [ { "kind": "Class", "id": "SunAwtDialog", "matching_strategy": "Equals" }, { "kind": "Title", "id": "PopupMessageWindow", "matching_strategy": "Legacy" } ], "tray_and_multi_window": [ { "kind": "Exe", "id": "rider64.exe", "matching_strategy": "Equals" } ], "object_name_change": [ { "kind": "Exe", "id": "rider64.exe", "matching_strategy": "Equals" } ] }, "Roblox FPS Unlocker": { "tray_and_multi_window": [ { "kind": "Exe", "id": "rbxfpsunlocker.exe", "matching_strategy": "Equals" } ] }, "RoundedTB": { "tray_and_multi_window": [ { "kind": "Exe", "id": "RoundedTB.exe", "matching_strategy": "Equals" } ] }, "RustRover": { "ignore": [ { "kind": "Class", "id": "SunAwtDialog", "matching_strategy": "Equals" } ], "tray_and_multi_window": [ { "kind": "Exe", "id": "rustrover64.exe", "matching_strategy": "Equals" } ], "object_name_change": [ { "kind": "Exe", "id": "rustrover64.exe", "matching_strategy": "Equals" } ] }, "Sandboxie Plus": { "tray_and_multi_window": [ { "kind": "Exe", "id": "SandMan.exe", "matching_strategy": "Equals" } ] }, "ShareX": { "tray_and_multi_window": [ { "kind": "Exe", "id": "ShareX.exe", "matching_strategy": "Equals" } ] }, "Sideloadly": { "ignore": [ { "kind": "Exe", "id": "sideloadly.exe", "matching_strategy": "Equals" } ] }, "Signal": { "tray_and_multi_window": [ { "kind": "Exe", "id": "Signal.exe", "matching_strategy": "Equals" } ] }, "SiriKali": { "tray_and_multi_window": [ { "kind": "Exe", "id": "sirikali.exe", "matching_strategy": "Equals" } ] }, "Slack": { "ignore": [ { "kind": "Class", "id": "Chrome_RenderWidgetHostHWND", "matching_strategy": "Legacy" } ], "tray_and_multi_window": [ { "kind": "Exe", "id": "slack.exe", "matching_strategy": "Equals" } ] }, "Smart Install Maker": { "ignore": [ { "kind": "Class", "id": "obj_App", "matching_strategy": "Legacy" }, { "kind": "Class", "id": "obj_Form", "matching_strategy": "Legacy" } ] }, "SnippingTool": { "ignore": [ { "kind": "Exe", "id": "SnippingTool.exe", "matching_strategy": "Equals" } ] }, "SoulseekQt": { "tray_and_multi_window": [ { "kind": "Exe", "id": "SoulseekQt.exe", "matching_strategy": "Equals" } ] }, "Spotify": { "tray_and_multi_window": [ { "kind": "Exe", "id": "Spotify.exe", "matching_strategy": "Equals" } ] }, "Steam": { "layered": [ { "kind": "Exe", "id": "steam.exe", "matching_strategy": "Equals" } ], "tray_and_multi_window": [ { "kind": "Exe", "id": "steam.exe", "matching_strategy": "Equals" } ], "ignore": [ [ { "kind": "Exe", "id": "steamwebhelper.exe", "matching_strategy": "Equals" }, { "kind": "Title", "id": "Steam", "matching_strategy": "DoesNotEqual" } ] ], "floating": [ [ { "kind": "Exe", "id": "steam.exe", "matching_strategy": "Equals" }, { "kind": "Class", "id": "BootstrapUpdateUIClass", "matching_strategy": "Equals" } ] ] }, "Steam Beta": { "ignore": [ { "kind": "Title", "id": "notificationtoasts_", "matching_strategy": "Legacy" } ], "tray_and_multi_window": [ { "kind": "Class", "id": "SDL_app", "matching_strategy": "Legacy" } ] }, "Stremio": { "tray_and_multi_window": [ { "kind": "Exe", "id": "stremio.exe", "matching_strategy": "Equals" } ] }, "System Informer": { "ignore": [ { "kind": "Exe", "id": "SystemInformer.exe", "matching_strategy": "Equals" } ], "tray_and_multi_window": [ { "kind": "Exe", "id": "SystemInformer.exe", "matching_strategy": "Equals" } ] }, "SystemSettings": { "ignore": [ { "kind": "Class", "id": "Shell_Dialog", "matching_strategy": "Legacy" } ] }, "Tabby": { "manage": [ [ { "kind": "Class", "id": "Chrome_WidgetWin_1", "matching_strategy": "Equals" }, { "kind": "Exe", "id": "Tabby.exe", "matching_strategy": "Equals" } ] ] }, "Task Manager": { "ignore": [ { "kind": "Class", "id": "TaskManagerWindow", "matching_strategy": "Legacy" } ] }, "Telegram": { "tray_and_multi_window": [ { "kind": "Exe", "id": "Telegram.exe", "matching_strategy": "Equals" } ] }, "TeraCopy": { "ignore": [ { "kind": "Exe", "id": "TeraCopy.exe", "matching_strategy": "Equals" } ] }, "TickTick": { "tray_and_multi_window": [ { "kind": "Exe", "id": "TickTick.exe", "matching_strategy": "Equals" } ] }, "Tobit.Team": { "tray_and_multi_window": [ { "kind": "Class", "id": "TobitTeamFrame", "matching_strategy": "Equals" } ] }, "Total Commander": { "ignore": [ { "kind": "Class", "id": "TDLG2FILEACTIONMIN", "matching_strategy": "Equals" }, { "kind": "Class", "id": "TFindFile", "matching_strategy": "Equals" }, { "kind": "Class", "id": "TLister", "matching_strategy": "Equals" }, { "kind": "Class", "id": "TCHANGETREEDLG", "matching_strategy": "Equals" }, { "kind": "Class", "id": "TCONNECT", "matching_strategy": "Equals" }, { "kind": "Class", "id": "TSEARCHTEXT", "matching_strategy": "Equals" } ] }, "TouchCursor": { "ignore": [ { "kind": "Exe", "id": "tcconfig.exe", "matching_strategy": "Equals" } ], "tray_and_multi_window": [ { "kind": "Exe", "id": "tcconfig.exe", "matching_strategy": "Equals" } ] }, "TranslucentTB": { "tray_and_multi_window": [ { "kind": "Exe", "id": "TranslucentTB.exe", "matching_strategy": "Equals" } ] }, "UniGetUI": { "tray_and_multi_window": [ { "kind": "Exe", "id": "UniGetUI.exe", "matching_strategy": "Equals" } ] }, "Unity Editor": { "transparency_ignore": [ { "kind": "Exe", "id": "Unity.exe", "matching_strategy": "Equals" } ], "tray_and_multi_window": [ { "kind": "Exe", "id": "Unity.exe", "matching_strategy": "Equals" } ] }, "Unity Hub": { "tray_and_multi_window": [ { "kind": "Exe", "id": "Unity Hub.exe", "matching_strategy": "Equals" } ] }, "Unreal Editor": { "tray_and_multi_window": [ { "kind": "Exe", "id": "UnrealEditor.exe", "matching_strategy": "Equals" } ], "floating": [ [ { "kind": "Exe", "id": "UnrealEditor.exe", "matching_strategy": "Equals" }, { "kind": "Title", "id": "- Unreal Editor", "matching_strategy": "DoesNotEndWith" } ] ] }, "VLC": { "ignore": [ [ { "kind": "Exe", "id": "vlc.exe", "matching_strategy": "Equals" }, { "kind": "Title", "id": "Open URL", "matching_strategy": "Equals" } ], [ { "kind": "Exe", "id": "vlc.exe", "matching_strategy": "Equals" }, { "kind": "Title", "id": "About", "matching_strategy": "Equals" } ], [ { "kind": "Exe", "id": "vlc.exe", "matching_strategy": "Equals" }, { "kind": "Title", "id": "Preferences", "matching_strategy": "Equals" } ], [ { "kind": "Exe", "id": "vlc.exe", "matching_strategy": "Equals" }, { "kind": "Title", "id": "Adjustments and Effects", "matching_strategy": "Equals" } ], [ { "kind": "Exe", "id": "vlc.exe", "matching_strategy": "Equals" }, { "kind": "Title", "id": "Open Media", "matching_strategy": "Equals" } ], [ { "kind": "Exe", "id": "vlc.exe", "matching_strategy": "Equals" }, { "kind": "Title", "id": "Current Media Information", "matching_strategy": "Equals" } ], [ { "kind": "Exe", "id": "vlc.exe", "matching_strategy": "Equals" }, { "kind": "Title", "id": "Messages", "matching_strategy": "Equals" } ], [ { "kind": "Exe", "id": "vlc.exe", "matching_strategy": "Equals" }, { "kind": "Title", "id": "VLC media player updates", "matching_strategy": "Equals" } ], [ { "kind": "Exe", "id": "vlc.exe", "matching_strategy": "Equals" }, { "kind": "Title", "id": "Help", "matching_strategy": "Equals" } ], [ { "kind": "Exe", "id": "vlc.exe", "matching_strategy": "Equals" }, { "kind": "Title", "id": "Plugins and extensions", "matching_strategy": "Equals" } ], [ { "kind": "Exe", "id": "vlc.exe", "matching_strategy": "Equals" }, { "kind": "Title", "id": "Building font cache", "matching_strategy": "Equals" } ] ] }, "VMware Horizon Client": { "tray_and_multi_window": [ { "kind": "Exe", "id": "vmware-view.exe", "matching_strategy": "Equals" } ] }, "VRCX": { "tray_and_multi_window": [ { "kind": "Exe", "id": "VRCX.exe", "matching_strategy": "Equals" } ] }, "Visual Studio": { "object_name_change": [ { "kind": "Exe", "id": "devenv.exe", "matching_strategy": "Equals" } ], "floating": [ [ { "kind": "Exe", "id": "devenv.exe", "matching_strategy": "Equals" }, { "kind": "Title", "id": "QuickWatch", "matching_strategy": "Equals" } ], [ { "kind": "Exe", "id": "devenv.exe", "matching_strategy": "Equals" }, { "kind": "Title", "id": " - Microsoft Visual Studio", "matching_strategy": "DoesNotEndWith" } ] ], "ignore": [ { "kind": "Exe", "id": "VsDebugConsole.exe", "matching_strategy": "Equals" }, [ { "kind": "Exe", "id": "iisexpresstray.exe", "matching_strategy": "Equals" }, { "kind": "Class", "id": "WindowsForms10.Window", "matching_strategy": "StartsWith" } ], { "kind": "Title", "id": "WindowsFormsParkingWindow", "matching_strategy": "Equals" }, [ { "kind": "Exe", "id": "devenv.exe", "matching_strategy": "Equals" }, { "kind": "Title", "id": "Move files to a new location?", "matching_strategy": "Equals" } ], { "kind": "Exe", "id": "ServiceHub.ThreadedWaitDialog.exe", "matching_strategy": "Equals" } ] }, "Voice.ai": { "tray_and_multi_window": [ { "kind": "Exe", "id": "VoiceAI.exe", "matching_strategy": "Equals" } ] }, "WeChat": { "ignore": [ { "kind": "Class", "id": "WeChatLoginWndForPC", "matching_strategy": "Equals" }, { "kind": "Class", "id": "FileListMgrWnd", "matching_strategy": "Equals" }, { "kind": "Class", "id": "CWebviewControlHostWnd", "matching_strategy": "Equals" }, { "kind": "Class", "id": "ChatWnd", "matching_strategy": "Equals" }, { "kind": "Class", "id": "EmotionTipWnd", "matching_strategy": "Equals" }, { "kind": "Class", "id": "ChatContactMenu", "matching_strategy": "Equals" }, { "kind": "Exe", "id": "WeChatAppEx.exe", "matching_strategy": "Equals" } ], "manage": [ { "kind": "Class", "id": "WeChatMainWndForPC", "matching_strategy": "Equals" } ], "tray_and_multi_window": [ { "kind": "Class", "id": "WeChatMainWndForPC", "matching_strategy": "Equals" } ] }, "WebStorm": { "ignore": [ { "kind": "Class", "id": "SunAwtDialog", "matching_strategy": "Equals" } ], "tray_and_multi_window": [ { "kind": "Exe", "id": "webstorm64.exe", "matching_strategy": "Equals" } ], "object_name_change": [ { "kind": "Exe", "id": "webstorm64.exe", "matching_strategy": "Equals" } ] }, "WebTorrent Desktop": { "tray_and_multi_window": [ { "kind": "Exe", "id": "WebTorrent.exe", "matching_strategy": "Equals" } ] }, "WinZip (32-bit)": { "ignore": [ { "kind": "Exe", "id": "winzip32.exe", "matching_strategy": "Equals" } ] }, "WinZip (64-bit)": { "ignore": [ { "kind": "Exe", "id": "winzip64.exe", "matching_strategy": "Equals" } ] }, "Windows Console (conhost.exe)": { "manage": [ { "kind": "Class", "id": "ConsoleWindowClass", "matching_strategy": "Equals" } ] }, "Windows Explorer": { "tray_and_multi_window": [ { "kind": "Exe", "id": "explorer.exe", "matching_strategy": "Equals" } ], "ignore": [ { "kind": "Class", "id": "NativeHWNDHost", "matching_strategy": "Equals" }, { "kind": "Class", "id": "OperationStatusWindow", "matching_strategy": "Legacy" }, { "kind": "Title", "id": "Control Panel", "matching_strategy": "Legacy" } ] }, "Windows Installer": { "ignore": [ { "kind": "Exe", "id": "msiexec.exe", "matching_strategy": "Equals" } ] }, "Windows Subsystem for Android": { "ignore": [ { "kind": "Class", "id": "android(splash)", "matching_strategy": "Legacy" } ] }, "Windows Terminal": { "tray_and_multi_window": [ { "kind": "Exe", "id": "WindowsTerminal.exe", "matching_strategy": "Equals" } ] }, "Windows Update Standalone Installer": { "ignore": [ { "kind": "Exe", "id": "wusa.exe", "matching_strategy": "Equals" } ] }, "WingetUI": { "tray_and_multi_window": [ { "kind": "Exe", "id": "wingetui.exe", "matching_strategy": "Equals" } ] }, "Wox": { "ignore": [ { "kind": "Title", "id": "Hotkey sink", "matching_strategy": "Legacy" } ] }, "XAMPP Control Panel": { "tray_and_multi_window": [ { "kind": "Exe", "id": "xampp-control.exe", "matching_strategy": "Equals" } ] }, "Zebar": { "ignore": [ { "kind": "Exe", "id": "zebar.exe", "matching_strategy": "Equals" } ] }, "Zen Browser": { "ignore": [ { "kind": "Class", "id": "MozillaDialogClass", "matching_strategy": "Equals" }, { "kind": "Class", "id": "MozillaTaskbarPreviewClass", "matching_strategy": "Legacy" }, [ { "kind": "Title", "id": "Picture-in-Picture", "matching_strategy": "Equals" }, { "kind": "Exe", "id": "zen.exe", "matching_strategy": "Equals" } ] ], "tray_and_multi_window": [ { "kind": "Exe", "id": "zen.exe", "matching_strategy": "Equals" } ], "object_name_change": [ { "kind": "Exe", "id": "zen.exe", "matching_strategy": "Equals" } ], "slow_application": [ { "kind": "Exe", "id": "zen.exe", "matching_strategy": "Equals" } ] }, "Zoom": { "ignore": [ { "kind": "Exe", "id": "Zoom.exe", "matching_strategy": "Equals" } ] }, "komorebi-bar": { "ignore": [ { "kind": "Exe", "id": "komorebi-bar.exe", "matching_strategy": "Equals" } ] }, "komorebi-gui": { "ignore": [ { "kind": "Exe", "id": "komorebi-gui.exe", "matching_strategy": "Equals" } ] }, "mpv": { "object_name_change": [ { "kind": "Class", "id": "mpv", "matching_strategy": "Legacy" } ] }, "mpv.net": { "object_name_change": [ { "kind": "Exe", "id": "mpvnet.exe", "matching_strategy": "Equals" } ] }, "paint.net": { "ignore": [ { "kind": "Exe", "id": "paintdotnet.exe", "matching_strategy": "Equals" } ] }, "pinentry": { "ignore": [ { "kind": "Exe", "id": "pinentry.exe", "matching_strategy": "Equals" } ] }, "qBittorrent": { "tray_and_multi_window": [ { "kind": "Exe", "id": "qbittorrent.exe", "matching_strategy": "Equals" } ], "ignore": [ [ { "kind": "Exe", "id": "qbittorrent.exe", "matching_strategy": "Equals" }, { "kind": "Title", "id": "Exiting qBittorrent", "matching_strategy": "Equals" } ] ] }, "ueli": { "ignore": [ { "kind": "Exe", "id": "ueli.exe", "matching_strategy": "Equals" } ], "tray_and_multi_window": [ { "kind": "Exe", "id": "ueli.exe", "matching_strategy": "Equals" } ] }, "visio": { "ignore": [ { "kind": "Class", "id": "VISIOS", "matching_strategy": "Equals" }, { "kind": "Class", "id": "VISIOQ", "matching_strategy": "Equals" } ], "manage": [ { "kind": "Class", "id": "VISIOA", "matching_strategy": "Equals" } ] }, "Stremio Desktop Community": { "tray_and_multi_window": [ { "kind": "Exe", "id": "stremio-shell-ng.exe", "matching_strategy": "Equals" } ] }, "Mod Organizer 2": { "ignore": [ [ { "kind": "Exe", "id": "ModOrganizer.exe", "matching_strategy": "Equals" }, { "kind": "Title", "id": "Extracting files", "matching_strategy": "Equals" } ] ] } } ```
Author
Owner

@LGUG2Z commented on GitHub (Mar 3, 2025):

Looks like your komorebi.json file is missing the option to specify the path to applications.json

PS C:\Users\el> Get-Content C:\Users\el\komorebi.json
{
  "$schema": "https://raw.githubusercontent.com/LGUG2Z/komorebi/v0.1.25/schema.json",
  // <------------------------------------- you should add the config option for the applications.json path here
  "window_hiding_behaviour": "Cloak",
  "cross_monitor_move_behaviour": "Insert",
  "default_workspace_padding": 2,
  "default_container_padding": -1,
  "animation_enabled": true,
  "animation_style": "EaseOutQuad",
  "animation_duration": 200,
  "animation_fps": 120,
  "border": true,
  "border_width": 4,
  "border_offset": -1,
  "border_colours": {
    "single": "#91adc8",
    "stack": "#4e88d9",
    "monocle": "#585b70",
    "unfocused": "#363654"
  },
  "transparency": true,
  "transparency_alpha": 230,
  "stackbar": {
    "height": 30,
    "mode": "OnStack",
    "tabs": {
      "width": 300,
      "focused_text": "#4e88d9",
      "unfocused_text": "#b3b3b3",
      "background": "#303949"
    }
  },
  "monitors": [
    {
      "workspaces": [
        {
          "name": "I",
          "layout": "BSP"
        },
        {
          "name": "II",
          "layout": "VerticalStack"
        },
        {
          "name": "III",
          "layout": "HorizontalStack"
        },
        {
          "name": "IV",
          "layout": "UltrawideVerticalStack"
        },
        {
          "name": "V",
          "layout": "Rows"
        }
      ]
    }
  ]
}
@LGUG2Z commented on GitHub (Mar 3, 2025): Looks like your `komorebi.json` file is missing the option to specify the path to `applications.json` ```json PS C:\Users\el> Get-Content C:\Users\el\komorebi.json { "$schema": "https://raw.githubusercontent.com/LGUG2Z/komorebi/v0.1.25/schema.json", // <------------------------------------- you should add the config option for the applications.json path here "window_hiding_behaviour": "Cloak", "cross_monitor_move_behaviour": "Insert", "default_workspace_padding": 2, "default_container_padding": -1, "animation_enabled": true, "animation_style": "EaseOutQuad", "animation_duration": 200, "animation_fps": 120, "border": true, "border_width": 4, "border_offset": -1, "border_colours": { "single": "#91adc8", "stack": "#4e88d9", "monocle": "#585b70", "unfocused": "#363654" }, "transparency": true, "transparency_alpha": 230, "stackbar": { "height": 30, "mode": "OnStack", "tabs": { "width": 300, "focused_text": "#4e88d9", "unfocused_text": "#b3b3b3", "background": "#303949" } }, "monitors": [ { "workspaces": [ { "name": "I", "layout": "BSP" }, { "name": "II", "layout": "VerticalStack" }, { "name": "III", "layout": "HorizontalStack" }, { "name": "IV", "layout": "UltrawideVerticalStack" }, { "name": "V", "layout": "Rows" } ] } ] } ```
Author
Owner

@elijaharch commented on GitHub (Mar 3, 2025):

Looks like your komorebi.json file is missing the option to specify the path to applications.json

PS C:\Users\el> Get-Content C:\Users\el\komorebi.json
{
"$schema": "https://raw.githubusercontent.com/LGUG2Z/komorebi/v0.1.25/schema.json",
// <------------------------------------- you should add the config option for the applications.json path here
"window_hiding_behaviour": "Cloak",
"cross_monitor_move_behaviour": "Insert",
"default_workspace_padding": 2,
"default_container_padding": -1,
"animation_enabled": true,
"animation_style": "EaseOutQuad",
"animation_duration": 200,
"animation_fps": 120,
"border": true,
"border_width": 4,
"border_offset": -1,
"border_colours": {
"single": "#91adc8",
"stack": "#4e88d9",
"monocle": "#585b70",
"unfocused": "#363654"
},
"transparency": true,
"transparency_alpha": 230,
"stackbar": {
"height": 30,
"mode": "OnStack",
"tabs": {
"width": 300,
"focused_text": "#4e88d9",
"unfocused_text": "#b3b3b3",
"background": "#303949"
}
},
"monitors": [
{
"workspaces": [
{
"name": "I",
"layout": "BSP"
},
{
"name": "II",
"layout": "VerticalStack"
},
{
"name": "III",
"layout": "HorizontalStack"
},
{
"name": "IV",
"layout": "UltrawideVerticalStack"
},
{
"name": "V",
"layout": "Rows"
}
]
}
]
}

My bad, that fixed the issue, but there's still the animation bug.
They are set in my komorebi.json

"animation_enabled": true,
  "animation_style": "EaseOutQuad",
  "animation_duration": 200,
  "animation_fps": 120,
...
@elijaharch commented on GitHub (Mar 3, 2025): > Looks like your `komorebi.json` file is missing the option to specify the path to `applications.json` > > PS C:\Users\el> Get-Content C:\Users\el\komorebi.json > { > "$schema": "https://raw.githubusercontent.com/LGUG2Z/komorebi/v0.1.25/schema.json", > // <------------------------------------- you should add the config option for the applications.json path here > "window_hiding_behaviour": "Cloak", > "cross_monitor_move_behaviour": "Insert", > "default_workspace_padding": 2, > "default_container_padding": -1, > "animation_enabled": true, > "animation_style": "EaseOutQuad", > "animation_duration": 200, > "animation_fps": 120, > "border": true, > "border_width": 4, > "border_offset": -1, > "border_colours": { > "single": "#91adc8", > "stack": "#4e88d9", > "monocle": "#585b70", > "unfocused": "#363654" > }, > "transparency": true, > "transparency_alpha": 230, > "stackbar": { > "height": 30, > "mode": "OnStack", > "tabs": { > "width": 300, > "focused_text": "#4e88d9", > "unfocused_text": "#b3b3b3", > "background": "#303949" > } > }, > "monitors": [ > { > "workspaces": [ > { > "name": "I", > "layout": "BSP" > }, > { > "name": "II", > "layout": "VerticalStack" > }, > { > "name": "III", > "layout": "HorizontalStack" > }, > { > "name": "IV", > "layout": "UltrawideVerticalStack" > }, > { > "name": "V", > "layout": "Rows" > } > ] > } > ] > } My bad, that fixed the issue, but there's still the animation bug. They are set in my komorebi.json ``` "animation_enabled": true, "animation_style": "EaseOutQuad", "animation_duration": 200, "animation_fps": 120, ... ```
Author
Owner

@elijaharch commented on GitHub (Mar 4, 2025):

i fixed this issue by setting the animation properties like this:

"animation": { 
    "enabled": true,
    "style": "EaseOutQuad",
    "duration": 200,
    "fps": 120
  },

Thank you!

@elijaharch commented on GitHub (Mar 4, 2025): i fixed this issue by setting the animation properties like this: ``` "animation": { "enabled": true, "style": "EaseOutQuad", "duration": 200, "fps": 120 }, ``` Thank you!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#580