-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathstrata.default.kdl
More file actions
52 lines (44 loc) · 839 Bytes
/
strata.default.kdl
File metadata and controls
52 lines (44 loc) · 839 Bytes
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
config {
autostart {
{ "kitty --title Terminal" }
}
general {
workspaces 9
gaps-in 8
gaps-out 12
kb-repeat { 500, 250 }
}
decorations {
borders {
enabled true
width 2
active "#f38ba8"
inactive "#585b70"
radius 5
}
window {
opacity 1
}
blur {
enabled true
size 2
passes 3
optimize true
}
shadow {
enabled false
size 2
blur 3
color = "#FFF"
}
tiling {
layout "dwindle"
}
animations {
enabled true
}
bindings {
bind {"Super", "Q"} {"spawn", "kitty"}
}
}
}