Cleanup main hyprland config

This commit is contained in:
David Heinemeier Hansson
2025-06-09 16:06:33 +02:00
parent 58a717b780
commit 3aada5f179
5 changed files with 160 additions and 174 deletions

21
default/hypr/input.conf Normal file
View File

@ -0,0 +1,21 @@
# https://wiki.hyprland.org/Configuring/Variables/#input
input {
kb_layout = us
kb_variant =
kb_model =
kb_options = compose:caps
kb_rules =
follow_mouse = 1
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
}