diff options
-rw-r--r-- | desktop.scm | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/desktop.scm b/desktop.scm index cda8502..321f8e9 100644 --- a/desktop.scm +++ b/desktop.scm @@ -34,6 +34,7 @@ (list xf86-input-wacom))) (extra-config '("\n" + "\n" "Section \"InputClass\"\n" " Identifier \"libinput touchpad catchall\"\n" " Driver \"libinput\"\n" @@ -45,7 +46,6 @@ "EndSection\n" "\n" ; https://wiki.archlinux.org/title/Libinput#Via_xinput - ; Old trackpad... I might remove it "Section \"InputClass\"\n" " Identifier \"USB Mouse Pad USB Mouse Pad Mouse\"\n" " Driver \"libinput\"\n" @@ -54,6 +54,13 @@ " Option \"Middle Emulation\" \"on\"\n" " Option \"AccelSpeed\" \"-0.9\"" "EndSection\n" + "\n" + "\n" + "Section \"Device\"\n" + " Identifier \"modesetting\"\n" + " Driver \"modesetting\"\n" + " Option \"TearFree\" \"True\"\n" + "EndSection" "\n")))))) (service qemu-binfmt-service-type (qemu-binfmt-configuration |