-
-
Save ggamel/1645a6ebae9c151383e0572bce208afb to your computer and use it in GitHub Desktop.
My current komorebi for mac config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "$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" | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment