add touchpad
This commit is contained in:
parent
ad2beaab1a
commit
9dd9a7c09f
1 changed files with 10 additions and 2 deletions
|
|
@ -1,5 +1,13 @@
|
||||||
{ ... }: {
|
{ ... }: {
|
||||||
wayland.windowManager.hyprland.settings.input = {
|
wayland.windowManager.hyprland.settings = {
|
||||||
touchpad.natural_scroll = true;
|
"$LAPTOP_TOUCHPAD_ENABLE" = false;
|
||||||
|
|
||||||
|
device = {
|
||||||
|
name = "gxtp5100:00-27c6:01e0-touchpad";
|
||||||
|
enabled = "$LAPTOP_TOUCHPAD_ENABLE";
|
||||||
|
natural_scroll = true;
|
||||||
|
};
|
||||||
|
|
||||||
|
input.touchpad.natural_scroll = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
Reference in a new issue