26 lines
492 B
Plaintext
26 lines
492 B
Plaintext
plugin:imgborders {
|
|
enabled = true
|
|
image = /etc/nixos/asset/thirdparty/deltarune/border.png
|
|
sizes = 52,52,52,52 # left, right, top, bottom
|
|
insets = 20,20,20,20 # left, right, top, bottom
|
|
# 16 16+8=24 16+4=20
|
|
# 1 = the same scale in deltarune
|
|
scale = 0.5
|
|
smooth = true
|
|
blur = false
|
|
noimgborders = true
|
|
}
|
|
|
|
plugin:dynamic-cursors {
|
|
enabled = false
|
|
mode = tilt
|
|
shake {
|
|
enabled = false
|
|
}
|
|
hyprcursor {
|
|
nearest = true
|
|
enabled = true
|
|
resolution = -12
|
|
}
|
|
}
|