feat(hypr): update hypr config

This commit is contained in:
2026-02-19 03:02:53 +01:00
parent 817c02816b
commit b7cc2b7d8a
6 changed files with 128 additions and 121 deletions

33
hypr/input.conf Normal file
View File

@@ -0,0 +1,33 @@
#############
### INPUT ###
#############
# https://wiki.hyprland.org/Configuring/Variables/#input
input {
kb_layout = us
kb_variant = altgr-intl
kb_options = caps:swapescape
kb_options =
kb_rules =
follow_mouse = 1
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
touchpad {
natural_scroll = true
}
}
# https://wiki.hyprland.org/Configuring/Variables/#gestures
gestures {
#workspace_swipe = false
}
# Example per-device config
# See https://wiki.hyprland.org/Configuring/Keywords/#per-device-input-configs for more
device {
name = epic-mouse-v1
sensitivity = -0.5
}