Update dotfiles (2026-05-08 15:35:43)

This commit is contained in:
2026-05-08 15:35:43 +02:00
parent 362e7e51a5
commit afd1b5bd53
77 changed files with 127 additions and 347 deletions
+6 -3
View File
@@ -6,9 +6,13 @@ hl.config({
kb_options = "",
kb_rules = "",
numlock_by_default = true,
follow_mouse = 1,
sensitivity = 0, -- -1.0 - 1.0, 0 means no modification.
mouse_refocus = false,
accel_profile = "flat",
sensitivity = 0,
touchpad = {
natural_scroll = false,
@@ -22,9 +26,8 @@ hl.gesture({
action = "workspace",
})
-- Example per-device config
-- See https://wiki.hypr.land/Configuring/Advanced-and-Cool/Devices/ for more
hl.device({
name = "epic-mouse-v1",
sensitivity = -0.5,
sensitivity = 0,
})