https://bugs.kde.org/show_bug.cgi?id=465119
Jin Liu <m.liu....@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/plas | |ma/kwin/-/commit/7d7344a983 | |878749c85bedd3b15a7a5ef6ab3 | |8b3 --- Comment #7 from Jin Liu <m.liu....@gmail.com> --- Git commit 7d7344a983878749c85bedd3b15a7a5ef6ab38b3 by Jin Liu. Committed on 28/02/2024 at 11:23. Pushed by genericity into branch 'master'. plugins: add a "hidecursor" effect This hides the mouse cursor on inactivity or keypress (configurable in the KCM). M +1 -0 src/plugins/CMakeLists.txt A +34 -0 src/plugins/hidecursor/CMakeLists.txt A +107 -0 src/plugins/hidecursor/hidecursor.cpp [License: GPL(v2.0+)] A +47 -0 src/plugins/hidecursor/hidecursor.h [License: GPL(v2.0+)] A +43 -0 src/plugins/hidecursor/hidecursor_config.cpp [License: GPL(v2.0+)] A +30 -0 src/plugins/hidecursor/hidecursor_config.h [License: GPL(v2.0+)] A +31 -0 src/plugins/hidecursor/hidecursor_config.ui A +15 -0 src/plugins/hidecursor/hidecursorconfig.kcfg A +8 -0 src/plugins/hidecursor/hidecursorconfig.kcfgc A +18 -0 src/plugins/hidecursor/main.cpp [License: GPL(v2.0+)] A +10 -0 src/plugins/hidecursor/metadata.json https://invent.kde.org/plasma/kwin/-/commit/7d7344a983878749c85bedd3b15a7a5ef6ab38b3 -- You are receiving this mail because: You are watching all bug changes.