hyprland: add workman, change repeat rate
This commit is contained in:
parent
ffbfb8d617
commit
016a4f9e79
2 changed files with 5 additions and 4 deletions
|
@ -32,14 +32,14 @@ in {
|
|||
|
||||
# Input settings
|
||||
input = {
|
||||
kb_layout = "de,ru";
|
||||
kb_variant = ",phonetic_winkeys";
|
||||
kb_layout = "de,ru, us";
|
||||
kb_variant = ",phonetic_winkeys,workman";
|
||||
kb_options = "grp:rctrl_rshift_toggle";
|
||||
|
||||
follow_mouse = true;
|
||||
|
||||
repeat_rate = 70;
|
||||
repeat_delay = 150;
|
||||
repeat_rate = 60;
|
||||
repeat_delay = 200;
|
||||
|
||||
touchpad = {
|
||||
disable_while_typing = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue