There are some features that I miss from Windows such as:
When screen is locked, moving the mouse doesn’t wake up the machine, only keyboard does.
Touch pad, when my finger is at far right/left it doesn’t keep moving to the the direction where my finger is far at. Example: you want to highlight a long text, with just 1 finger and this feature you could.
Is there a way to enable these features on Fedora Kiniote? Thanks.
I myself don’t have an answer, but lately I practice that I just ask Grok - he can guide you step by step, you tell him what you got in terminal, and he gives you next step. I tested also with your question, and he gave me this answer. Use it at your own risk and consult …
Below is a revised, concise summary addressing the correct interpretation: enabling the mouse to wake the lock screen (if it’s not already doing so) and enabling touchpad edge scrolling for continuous text selection in Fedora Kinoite (KDE Plasma).
Summary: Enabling Windows-like Features in Fedora Kinoite (KDE Plasma)
1. Enable Mouse to Wake Lock Screen (Mouse and Keyboard):
Goal: Ensure the mouse (and touchpad) can wake the lock screen, like in Windows, where both mouse movement/clicks and keyboard input wake the system.
Current Behavior: In Fedora Kinoite (KDE Plasma), the mouse and keyboard typically wake the lock screen by default via systemd-logind and input device settings. If the mouse isn’t waking the screen, it’s likely disabled for wake-up events.
Solution:
Check Wake-Up Settings:
List input devices: cat /proc/bus/input/devices.
Identify your mouse/touchpad (e.g., SynPS/2 Synaptics TouchPad or USB Mouse).
Check wake-up status: cat /sys/class/input/eventX/power/wakeup (replace eventX with the event number from the device listing).
If it says disabled, the mouse/touchpad can’t wake the system.
2. Enable Touchpad Edge Scrolling for Continuous Text Selection:
Goal: Replicate Windows touchpad feature where holding a finger on the right/left edge scrolls continuously (e.g., to highlight long text with one finger).
In a text editor (e.g., Kate), click/tap to select, then move finger along the touchpad’s right edge to scroll and highlight text continuously.
Note:
libinput is simpler and default; synaptics needs layering but offers more control.
Test on X11 if Wayland (default) fails: check with echo $XDG_SESSION_TYPE.
KDE System Settings may lack edge scrolling options; use config files instead.
Fedora Kinoite Notes:
Immutability: Store configs in writable /etc. Use rpm-ostree for package installs (e.g., synaptics).
Wayland vs. X11: Wayland (default) may limit some configs. Switch to X11 at login if needed.
Troubleshooting: Share touchpad model (xinput list), session type (echo $XDG_SESSION_TYPE), or errors for further help.
Clarification
If the mouse already wakes the lock screen and the user only wants to ensure it continues to do so (or was describing a different issue), please confirm the exact issue. The edge scrolling solution remains accurate for replicating the Windows touchpad behavior. Let me know if I’ve misunderstood any part of the request, and I’ll refine further!
hmm, it gave me some useful data points, at least for my 2nd issue
Not possible with the current touchpad driver libinput, but it was possible with the older synaptics driver. I would advise against using old drivers though.
If you want to set libinput tap-and-drag-lock instead run this command:
gsettings set org.gnome.desktop.peripherals.touchpad tap-and-drag-lock true
I wonder if this is related to your hardware and given that you are using an RGB keyboard, I’m using Bluetooth keyboard and mouse and can simply wake up machine by moving said mouse:)