diff options
-rw-r--r-- | desktop.scm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/desktop.scm b/desktop.scm index a41e678..7592b0b 100644 --- a/desktop.scm +++ b/desktop.scm @@ -112,6 +112,13 @@ " Option \"DisableWhileTyping\" \"on\"\n" "EndSection\n" "\n" + ; https://wiki.archlinux.org/title/Libinput#Via_xinput + "Section \"InputClass\"\n" + " Identifier \"USB Mouse Pad USB Mouse Pad Mouse\"\n" + " Driver \"libinput\"\n" + " Option \"Middle Emulation\" \"on\"\n" + "EndSection\n" + "\n" "\n" "Section \"Device\"" " Identifier \"modesetting\"" |