Files
dotfiles/hypr/hyprland/input.conf

41 lines
958 B
Plaintext

#██ ███ ██ █████▄ ██ ██ ██████
#██ ██ ▀▄██ ██▄▄█▀ ██ ██ ██
#██ ██ ██ ██ ▀████▀ ██
# hide cursor after n sec
cursor {
inactive_timeout = 5
}
input {
kb_options = caps:none #deactivate capslock
# Change speed of keyboard repeat
# repeat_rate = 40
# repeat_delay = 600
follow_mouse = 1
numlock_by_default = true
# Increase sensitity for mouse/trackpack (default: 0)
sensitivity = 0 #0.35
touchpad {
# Use natural (inverse) scrolling
natural_scroll = false #true
# Use two-finger clicks for right-click instead of lower-right corner
clickfinger_behavior = true
# Control the speed of your scrolling
scroll_factor = 0.4
}
}
misc {
key_press_enables_dpms = true # key press will trigger wake
mouse_move_enables_dpms = true # mouse move will trigger wake
}