small tweaks
This commit is contained in:
@@ -17,10 +17,11 @@ hl.config({
|
||||
},
|
||||
decoration = {
|
||||
rounding = 12,
|
||||
rounding_power = 2,
|
||||
rounding_power = 3,
|
||||
-- active_opacity = 0.95,
|
||||
-- inactive_opacity = 0.9,
|
||||
-- fullscreen_opacity = 1.0,
|
||||
dim_special = 0,
|
||||
blur = {
|
||||
enabled = true,
|
||||
size = 8,
|
||||
@@ -31,11 +32,10 @@ hl.config({
|
||||
brightness = 0.2,
|
||||
},
|
||||
shadow = {
|
||||
range = 18,
|
||||
range = 20,
|
||||
render_power = 4,
|
||||
scale = 0.9995,
|
||||
color = "#000000",
|
||||
}
|
||||
color = "#00000088",
|
||||
},
|
||||
},
|
||||
dwindle = {
|
||||
preserve_split = true,
|
||||
@@ -57,10 +57,14 @@ hl.config({
|
||||
animate_manual_resizes = true,
|
||||
enable_anr_dialog = false,
|
||||
background_color = "#141414",
|
||||
enable_swallow = true,
|
||||
swallow_regex = "kitty"
|
||||
},
|
||||
cursor = {
|
||||
-- invisible = true,
|
||||
persistent_warps = true,
|
||||
zoom_detached_camera = false,
|
||||
zoom_disable_aa = false,
|
||||
},
|
||||
xwayland = {
|
||||
force_zero_scaling = true,
|
||||
|
||||
Reference in New Issue
Block a user