From 2e466b701dbd4907e1fced42f5158e94137c4d5b Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Mon, 3 Feb 2025 17:19:38 +0100 Subject: Revert "Tearfree has always been just a joke -> picom solves it" This reverts commit 23ad806fe1266b4cc0f938a11786c8b442b9aae7. --- desktop.scm | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'desktop.scm') 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 -- cgit v1.2.3