mirror of
https://github.com/GeorgeSG/dotfiles.git
synced 2026-09-05 08:58:44 +00:00
32 lines
574 B
Plaintext
32 lines
574 B
Plaintext
#############
|
|
### INPUT ###
|
|
#############
|
|
|
|
# https://wiki.hyprland.org/Configuring/Variables/#input
|
|
input {
|
|
kb_layout = us,bg
|
|
kb_variant = ,phonetic
|
|
kb_model =
|
|
kb_options = caps:escape,grp:ctrl_space_toggle
|
|
kb_rules =
|
|
|
|
follow_mouse = 1
|
|
|
|
sensitivity = 0.2 # -1.0 - 1.0, 0 means no modification.
|
|
accel_profile = flat
|
|
|
|
touchpad {
|
|
natural_scroll = false
|
|
}
|
|
}
|
|
|
|
# https://wiki.hyprland.org/Configuring/Variables/#gestures
|
|
gestures {
|
|
workspace_swipe = false
|
|
}
|
|
|
|
cursor {
|
|
no_hardware_cursors = true
|
|
default_monitor = DP-1
|
|
}
|