hyprland: add workman, change repeat rate

This commit is contained in:
Charlie Root 2024-10-14 12:06:59 +02:00
commit 016a4f9e79
Signed by: faukah
SSH key fingerprint: SHA256:jpYIt4Vkz1NBTQcks/N9OPTfTFxE6KF2W/rV7hrfrIw
2 changed files with 5 additions and 4 deletions

View file

@ -27,6 +27,7 @@ in {
"${pkgs.swww}/bin/swww-daemon" "${pkgs.swww}/bin/swww-daemon"
"${pkgs.wlsunset}/bin/wlsunset -S 06:00 -s 20:00" "${pkgs.wlsunset}/bin/wlsunset -S 06:00 -s 20:00"
"${pkgs.lxqt.lxqt-policykit}/bin/lxqt-policykit-agent"
]; ];
}; };
}; };

View file

@ -32,14 +32,14 @@ in {
# Input settings # Input settings
input = { input = {
kb_layout = "de,ru"; kb_layout = "de,ru, us";
kb_variant = ",phonetic_winkeys"; kb_variant = ",phonetic_winkeys,workman";
kb_options = "grp:rctrl_rshift_toggle"; kb_options = "grp:rctrl_rshift_toggle";
follow_mouse = true; follow_mouse = true;
repeat_rate = 70; repeat_rate = 60;
repeat_delay = 150; repeat_delay = 200;
touchpad = { touchpad = {
disable_while_typing = true; disable_while_typing = true;