fix input configuration for non-laptops
This commit is contained in:
parent
f23ea802f9
commit
2be84d6571
1 changed files with 3 additions and 4 deletions
|
@ -9,13 +9,12 @@
|
|||
enable = true;
|
||||
config = {
|
||||
input = {
|
||||
"*" = {
|
||||
# Keyboard
|
||||
"type:keyboard" = {
|
||||
xkb_layout = "us";
|
||||
xkb_variant = "altgr-intl";
|
||||
repeat_delay = "250";
|
||||
|
||||
# Trackpad
|
||||
};
|
||||
"type:touchpad" = {
|
||||
tap = "enabled";
|
||||
natural_scroll = "enable";
|
||||
dwt = "disabled"; # don't disable-while-typing
|
||||
|
|
Loading…
Reference in a new issue