Improved Input configuration
This commit is contained in:
parent
cbdedbd95d
commit
c9ba0b7ba8
4 changed files with 18 additions and 62 deletions
|
|
@ -1,12 +1,13 @@
|
||||||
input {
|
input {
|
||||||
kb_layout = us
|
kb_layout = de
|
||||||
kb_variant =
|
kb_variant =
|
||||||
kb_model =
|
kb_model =
|
||||||
kb_options =
|
kb_options =
|
||||||
kb_rules =
|
kb_rules =
|
||||||
repeat_rate = 50
|
repeat_rate = 50
|
||||||
repeat_delay = 300
|
repeat_delay = 300
|
||||||
accel_profile = flat
|
|
||||||
|
accel_profile = adaptive
|
||||||
|
|
||||||
sensitivity = 0 #mouse sensitivity
|
sensitivity = 0 #mouse sensitivity
|
||||||
numlock_by_default = true
|
numlock_by_default = true
|
||||||
|
|
@ -25,6 +26,18 @@ input {
|
||||||
}
|
}
|
||||||
|
|
||||||
device {
|
device {
|
||||||
name = logitech-mx-ergo-1
|
name = logitech-mx-master-3-1
|
||||||
accel_profile = adaptive
|
accel_profile = flat
|
||||||
|
}
|
||||||
|
|
||||||
|
device {
|
||||||
|
name = keychron--keychron-link--keyboard
|
||||||
|
kb_layout = us
|
||||||
|
kb_variant = altgr-intl
|
||||||
|
}
|
||||||
|
|
||||||
|
device {
|
||||||
|
name = evremap-virtual-input-for-/dev/input/event17
|
||||||
|
kb_layout = us
|
||||||
|
kb_variant = altgr-intl
|
||||||
}
|
}
|
||||||
|
|
@ -1,25 +0,0 @@
|
||||||
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 = 0
|
|
||||||
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
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -1,30 +0,0 @@
|
||||||
input {
|
|
||||||
kb_layout = us
|
|
||||||
kb_variant =
|
|
||||||
kb_model =
|
|
||||||
kb_options =
|
|
||||||
kb_rules =
|
|
||||||
repeat_rate = 50
|
|
||||||
repeat_delay = 300
|
|
||||||
accel_profile = flat
|
|
||||||
|
|
||||||
sensitivity = 0 #mouse sensitivity
|
|
||||||
numlock_by_default = true
|
|
||||||
left_handed = false
|
|
||||||
follow_mouse = 0
|
|
||||||
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
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
device {
|
|
||||||
name = logitech-mx-ergo-1
|
|
||||||
accel_profile = adaptive
|
|
||||||
}
|
|
||||||
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -58,11 +58,9 @@
|
||||||
# Scripts automatically add entries here
|
# Scripts automatically add entries here
|
||||||
.config/hypr/config/Monitors.conf
|
.config/hypr/config/Monitors.conf
|
||||||
.config/hypr/config/WorkspaceRules.conf
|
.config/hypr/config/WorkspaceRules.conf
|
||||||
.config/hypr/config/settings/Input.conf
|
|
||||||
.config/waybar/Output.config.json
|
.config/waybar/Output.config.json
|
||||||
.config/evremap/evremap.toml
|
.config/evremap/evremap.toml
|
||||||
.config/hypr/config/Autostart.conf
|
.config/hypr/config/Autostart.conf
|
||||||
.config/yadm/bootstrap.d/02-AMDGPUDrivers.sh
|
|
||||||
.config/evremap/keychron.toml
|
.config/evremap/keychron.toml
|
||||||
.config/evremap/ATKeyboard.toml
|
.config/evremap/ATKeyboard.toml
|
||||||
.config/evremap/SurfaceKeyboard.toml
|
.config/evremap/SurfaceKeyboard.toml
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue