refactored hyprland conf for better maintainability

This commit is contained in:
2025-08-01 10:03:02 +02:00
parent bab1718ea5
commit bc2cabece3
11 changed files with 263 additions and 406 deletions

24
hypr/modules/input.conf Normal file
View File

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