Skip to content

Instantly share code, notes, and snippets.

@LGUG2Z
Created March 25, 2026 15:46
Show Gist options
  • Select an option

  • Save LGUG2Z/a84a13bbf29b4e89c9c0d61cf6883d16 to your computer and use it in GitHub Desktop.

Select an option

Save LGUG2Z/a84a13bbf29b4e89c9c0d61cf6883d16 to your computer and use it in GitHub Desktop.
My current komorebi for mac config
{
"$schema": "https://gist.githubusercontent.com/LGUG2Z/78b3dd12a7b7069f1d1c60621fe50730/raw",
"app_specific_configuration_path": "$HOME/komorebi-application-specific-configuration/applications.mac.json",
"cross_monitor_move_behaviour": "Insert",
"cross_boundary_behaviour": "Monitor",
"default_workspace_padding": 15,
"default_container_padding": 15,
"resize_delta": 100,
"floating_window_aspect_ratio": "Widescreen",
"floating_layer_behaviour": "Float",
"window_handling_behaviour": "Async",
"animation": {
"enabled": false,
"duration": 250,
"fps": 60,
"style": "EaseOutSine"
},
"border": true,
"border_implementation": "Komorebi",
"border_width": 10,
"border_offset": 0,
"border_radius": 12,
"window_container_behaviour": "Create",
"display_index_preferences": {
"0": "9SZGCP3",
"1": "4251086178"
},
"ignore_rules": [],
"floating_applications": [],
"slow_application_identifiers": [],
"manage_rules": [],
"titleless_applications": [
"Reddit"
],
"monitors": [
{
"window_hiding_position": "BottomRight",
"window_based_work_area_offset_limit": 1,
"window_based_work_area_offset": {
"left": 400,
"top": 0,
"right": 800,
"bottom": 0
},
"workspaces": [
{
"name": "\uE4C2 Personal",
"layout": "UltrawideVerticalStack",
"layout_options": {
"scrolling": {
"columns": 2
},
"grid": {
"rows": 2
}
}
},
{
"name": "\uE15C Chat",
"layout": "Scrolling",
"layout_options": {
"scrolling": {
"columns": 3
}
},
"initial_workspace_rules": [
{
"kind": "Exe",
"id": "Beeper",
"matching_strategy": "Equals"
},
{
"kind": "Exe",
"id": "Discord",
"matching_strategy": "Equals"
},
{
"kind": "Exe",
"id": "Slack",
"matching_strategy": "Equals"
}
]
}
]
},
{
"workspaces": [
{
"name": "\uE4C2 Personal",
"layout": "BSP"
},
{
"name": "\uE15C Chat",
"layout": "Scrolling",
"layout_options": {
"scrolling": {
"columns": 2
}
},
"initial_workspace_rules": [
{
"kind": "Exe",
"id": "Beeper",
"matching_strategy": "Equals"
},
{
"kind": "Exe",
"id": "Discord",
"matching_strategy": "Equals"
},
{
"kind": "Exe",
"id": "Slack",
"matching_strategy": "Equals"
}
]
}
]
}
]
}
@LGUG2Z
Copy link
Author

LGUG2Z commented Mar 25, 2026

      alt + shift - p         : komorebic stop; sleep 1 && komorebic start

The keybind and command I use to quickly restart when I switch from laptop screen to ultrawide screen or vice versa

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment