mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-01 04:31:57 -07:00
Add input options to config
This commit is contained in:
@@ -55,6 +55,9 @@ void CConfigManager::setDefaultVars() {
|
||||
configValues["input:kb_options"].strValue = "";
|
||||
configValues["input:kb_rules"].strValue = "";
|
||||
configValues["input:kb_model"].strValue = "";
|
||||
configValues["input:repeat_rate"].intValue = 25;
|
||||
configValues["input:repeat_delay"].intValue = 600;
|
||||
configValues["input:touchpad:disable_while_typing"].intValue = 1;
|
||||
|
||||
configValues["input:follow_mouse"].intValue = 1;
|
||||
|
||||
|
@@ -19,6 +19,12 @@ input {
|
||||
kb_model=
|
||||
kb_options=
|
||||
kb_rules=
|
||||
repeat_rate=
|
||||
repeat_delay=
|
||||
|
||||
touchpad {
|
||||
disable_while_typing=
|
||||
}
|
||||
}
|
||||
|
||||
general {
|
||||
|
Reference in New Issue
Block a user