diff options
-rw-r--r-- | desktop.scm | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/desktop.scm b/desktop.scm index 321f8e9..cda8502 100644 --- a/desktop.scm +++ b/desktop.scm @@ -34,7 +34,6 @@ (list xf86-input-wacom))) (extra-config '("\n" - "\n" "Section \"InputClass\"\n" " Identifier \"libinput touchpad catchall\"\n" " Driver \"libinput\"\n" @@ -46,6 +45,7 @@ "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,13 +54,6 @@ " 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 |