#if an application doesn't get tiled
1 messages · Page 1 of 1 (latest)
how can i add these commands to my config?
komorebic manage-rule exe "RemoteDesktopManager.exe"
komorebic identify-border-overflow-application exe "RemoteDesktopManager.exe"
komorebic identify-tray-application exe "RemoteDesktopManager.exe"
"manage_rules": [],
"border_overflow_applications": [],
"tray_and_multi_window_applications": [],
They are top level config options
"float_rules": [
{
"kind": "Title",
"id": "Media Player",
"matching_strategy": "Equals"
}
],
All the objects in the arrays follow the same schema as this ^
i tried this and didn't work. the application name is not ins the output of komorebic.exe state
"border_overflow_applications": [
{
"kind": "Exe",
"id": "RemoteDesktopManager.exe",
"matching_strategy": "Equals"
},
{
"kind": "Title",
"id": "Remote Desktop Manager",
"matching_strategy": "Equals"
}
],
"float_rules": [],
"manage_rules": [
{
"kind": "Exe",
"id": "RemoteDesktopManager.exe",
"matching_strategy": "Equals"
},
{
"kind": "Title",
"id": "Remote Desktop Manager",
"matching_strategy": "Equals"
}
],
❯ komorebic state | grep Remote
"id": "RemoteDesktopManager.exe",
"id": "Remote Desktop Manager",
After adding
"manage_rules": [
{
"kind": "Exe",
"id": "RemoteDesktopManager.exe",
"matching_strategy": "Equals"
},
{
"kind": "Title",
"id": "Remote Desktop Manager",
"matching_strategy": "Equals"
}
],