diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2025-01-20 23:28:30 +0100 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2025-01-20 23:28:30 +0100 |
commit | 23ad806fe1266b4cc0f938a11786c8b442b9aae7 (patch) | |
tree | 06c99c57af4ae9308b417589cc8dac3ba0191f1e | |
parent | e6a0ffb0e66e86e923b9670754af9631d1dac7a2 (diff) |
Tearfree has always been just a joke -> picom solves it
-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 |