-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkomorebi.json
82 lines (82 loc) · 1.75 KB
/
komorebi.json
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"$schema": "https://raw.githubusercontent.com/LGUG2Z/komorebi/v0.1.31/schema.json",
"app_specific_configuration_path": "$Env:KOMOREBI_CONFIG_HOME/applications.json",
"animation": {
"duration": 244,
"enabled": true,
"style": "EaseInOutQuint",
"fps": 60
},
"border": true,
"border_colours": {
"monocle": "#ffffff",
"single": "#89b4fa",
"stack": "#89b4fa",
"unfocused": "#ffffff"
},
"border_implementation": "Komorebi",
"border_offset": -1,
"border_style": "System",
"border_width": 5,
"cross_monitor_move_behaviour": "Insert",
"default_container_padding": 10,
"default_workspace_padding": 10,
"mouse_follows_focus": true,
"stackbar": {
"tabs": {
"font_size": 0,
"width": 300,
"font_family": "Segoe UI",
"unfocused_text": "#ffffff",
"focused_text": "#ffffff",
"background": "#ffffff"
},
"height": 40,
"label": "Process",
"mode": "OnStack"
},
"transparency": true,
"transparency_alpha": 240,
"window_hiding_behaviour": "Cloak",
"monitors": [
{
"workspaces": [
{
"name": "I",
"layout": "BSP"
},
{
"name": "II",
"layout": "VerticalStack"
},
{
"name": "III",
"layout": "HorizontalStack"
},
{
"name": "IV",
"layout": "UltrawideVerticalStack"
},
{
"name": "V",
"layout": "Rows"
},
{
"name": "VI",
"layout": "Grid"
},
{
"name": "VII",
"layout": "RightMainVerticalStack"
}
]
}
],
"ignore_rules": [
{
"kind": "Exe",
"matching_strategy": "Legacy",
"id": "SkyrimSE.exe"
}
]
}