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;
|
enable = true;
|
||||||
config = {
|
config = {
|
||||||
input = {
|
input = {
|
||||||
"*" = {
|
"type:keyboard" = {
|
||||||
# Keyboard
|
|
||||||
xkb_layout = "us";
|
xkb_layout = "us";
|
||||||
xkb_variant = "altgr-intl";
|
xkb_variant = "altgr-intl";
|
||||||
repeat_delay = "250";
|
repeat_delay = "250";
|
||||||
|
};
|
||||||
# Trackpad
|
"type:touchpad" = {
|
||||||
tap = "enabled";
|
tap = "enabled";
|
||||||
natural_scroll = "enable";
|
natural_scroll = "enable";
|
||||||
dwt = "disabled"; # don't disable-while-typing
|
dwt = "disabled"; # don't disable-while-typing
|
||||||
|
|
Loading…
Reference in a new issue