blob: 46ec5870f5090b28c49ced8c0af61c6be4e3a48d (
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
|
prefer-no-csd
cursor {
hide-when-typing
hide-after-inactive-ms 10000
}
layout {
gaps 15
focus-ring { off; }
border {
on
width 3
}
default-column-width
center-focused-column "never"
}
window-rule {
geometry-corner-radius 1
clip-to-geometry true
}
layer-rule {
match namespace="launcher"
geometry-corner-radius 10
shadow {
on
offset x=0 y=0
softness 40
}
baba-is-float true
}
|