Moves settings to own folder
This commit is contained in:
parent
084c39594e
commit
f04b78f3d5
14 changed files with 138 additions and 128 deletions
25
.config/hypr/config/settings/Input.conf##class.Laptop
Normal file
25
.config/hypr/config/settings/Input.conf##class.Laptop
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
input {
|
||||
kb_layout = de
|
||||
kb_variant =
|
||||
kb_model =
|
||||
kb_options =
|
||||
kb_rules =
|
||||
repeat_rate = 50
|
||||
repeat_delay = 300
|
||||
accel_profile = adaptive
|
||||
|
||||
sensitivity = 0 #mouse sensitivity
|
||||
numlock_by_default = true
|
||||
left_handed = false
|
||||
follow_mouse = true
|
||||
float_switch_override_focus = false
|
||||
|
||||
touchpad {
|
||||
disable_while_typing = true
|
||||
natural_scroll = false
|
||||
clickfinger_behavior = false
|
||||
middle_button_emulation = true
|
||||
tap-to-click = true
|
||||
drag_lock = false
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue