diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2025-02-03 17:19:38 +0100 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2025-02-03 17:19:38 +0100 |
commit | 2e466b701dbd4907e1fced42f5158e94137c4d5b (patch) | |
tree | 1dada0036385ec39ddd80ad800c74943a48052c3 | |
parent | 23ad806fe1266b4cc0f938a11786c8b442b9aae7 (diff) |
Revert "Tearfree has always been just a joke -> picom solves it"
This reverts commit 23ad806fe1266b4cc0f938a11786c8b442b9aae7.
-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 |