https://bugs.kde.org/show_bug.cgi?id=498925
--- Comment #6 from Jakob Petsovits <jpe...@petsovits.com> --- Git commit 8979107a0d1769602062bdda258c62ca71bfd2f2 by Jakob Petsovits. Committed on 28/01/2025 at 20:48. Pushed by jpetso into branch 'master'. kcms/touchpad: Remove auto-disable functionality from kded The X11-only touchpad kded contained code to monitor for keyboard events, as well as mouse plug-in events, upon which the touchpad would be automatically enabled or disabled accordingly. This is not necessary anymore now that we only support libinput, and we let the user configure both its "disable while typing" and "disable while mouse is connected" features. If the user had a config with non-default settings for auto-disable, those are now migrated to their appropriate X11 config. The remaining manual touchpad on/off/toggle shortcuts continue to work on X11 only, whereas KWin itself implements them on Wayland. M +0 -1 kcms/touchpad/CMakeLists.txt M +1 -1 kcms/touchpad/backends/CMakeLists.txt M +3 -55 kcms/touchpad/backends/x11/xlibbackend.cpp M +3 -5 kcms/touchpad/backends/x11/xlibbackend.h D +0 -142 kcms/touchpad/backends/x11/xrecordkeyboardmonitor.cpp D +0 -45 kcms/touchpad/backends/x11/xrecordkeyboardmonitor.h M +0 -6 kcms/touchpad/kded/CMakeLists.txt D +0 -338 kcms/touchpad/kded/kcm_touchpad.notifyrc M +54 -106 kcms/touchpad/kded/kded.cpp M +0 -16 kcms/touchpad/kded/kded.h D +0 -5 kcms/touchpad/kdedsettings.kcfgc M +1 -7 kcms/touchpad/touchpadbackend.h D +0 -26 kcms/touchpad/touchpaddaemon.kcfg https://invent.kde.org/plasma/plasma-desktop/-/commit/8979107a0d1769602062bdda258c62ca71bfd2f2 -- You are receiving this mail because: You are watching all bug changes.