hyprland: add workman, change repeat rate
This commit is contained in:
parent
ffbfb8d617
commit
016a4f9e79
2 changed files with 5 additions and 4 deletions
|
@ -27,6 +27,7 @@ in {
|
|||
"${pkgs.swww}/bin/swww-daemon"
|
||||
|
||||
"${pkgs.wlsunset}/bin/wlsunset -S 06:00 -s 20:00"
|
||||
"${pkgs.lxqt.lxqt-policykit}/bin/lxqt-policykit-agent"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
@ -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