summaryrefslogtreecommitdiff
path: root/fmurphy/komorebi.json
blob: 29f93ce8a7304dca3b08240ec9739c5c1a6e5c6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
  "$schema": "https://raw.githubusercontent.com/LGUG2Z/komorebi/v0.1.37/schema.json",
  "animation": {
    "enabled": false
  },
  "app_specific_configuration_path": "$Env:USERPROFILE/applications.json",
  "window_hiding_behaviour": "Cloak",
  "cross_monitor_move_behaviour": "Insert",
  "default_workspace_padding": 5,
  "default_container_padding": 5,
  "border": true,
  "border_width": 3,
  "border_offset": -1,
  "border_style": "Rounded",
  "theme": {
    "palette": "Base16",
    "name": "CatppuccinMocha",
    "unfocused_border": "Base03",
    "bar_accent": "Base0D"
  },
  "monitors": [
    {
      "workspaces": []
    }
  ],
  "ignore_rules": [],
  "slow_application_compensation_time": 50,
  "slow_application_identifiers": [
      {
        "id": "librewolf.exe",
        "kind": "Exe",
        "matching_strategy": "Equals"
      }
  ]
}