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.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"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue