This commit is contained in:
nub31
2025-05-07 19:20:06 +02:00
commit 7e1bfbfb2b
22 changed files with 1019 additions and 0 deletions

18
.config/hypr/input.conf Normal file
View File

@@ -0,0 +1,18 @@
# https://wiki.hyprland.org/Configuring/Variables/#input
input {
kb_layout = us
kb_variant =
kb_model =
kb_options =
kb_rules =
follow_mouse = 1
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
accel_profile = flat
touchpad {
natural_scroll = false
}
}