update nvim and hypr conf

This commit is contained in:
2026-06-22 13:33:12 +02:00
parent 04d720f6c8
commit b80cd3136b
10 changed files with 140 additions and 112 deletions

View File

@@ -60,7 +60,9 @@ hl.config({
},
cursor = {
no_hardware_cursors = 1
no_hardware_cursors = 1,
no_warps = true,
hide_on_key_press = true
}
})
@@ -114,9 +116,11 @@ hl.config({
input = {
kb_layout = "de",
kb_variant = "nodeadkeys",
follow_mouse = 1,
sensitivity = 0.2,
force_no_accel = 1,
sensitivity = 0,
-- force_no_accel = 1,
accel_profile = "flat",
}
})