'input-remapper-control --list' without 'sudo' #482
Replies: 3 comments 2 replies
-
|
This is due to the permissions for the You could write your own udev-rules to update the permissions in my experience this can have interesting consequences: |
Beta Was this translation helpful? Give feedback.
-
|
I'm sorry for resurrecting this thread, but I'm interested in loading presets without the need of entering my password every time (in other words: without doing I'm using Input Remapper 2.0.1 in Debian 12.5. My My plan is to automatically change the preset when a window is focused (thanks to KDE Plasma shortcuts and events). I doubt that the preset load is fast enough to make it usable, but I want to give it a try. For now, I'm using an alternative method. I've remapped my mouse buttons (with Input Remapper) to some global keyboard shortcuts defined in Plasma. Then, these shortcuts are linked to a shell script that reads a parameter representing the key combination and, with the help of This is a simple diagram: Input Remapper -> Plasma shortcuts -> Shell script -> xdotool. It's working fast enough for my purposes, but I would love getting rid of the global shortcuts if possible. Thank you. |
Beta Was this translation helpful? Give feedback.
-
|
Sorry to revive as well... on Fedora I have the same setup (group 'input' has rw access to /dev/input/event*)... so the GUI should be able to run without root permissions after I added my user to the group. I want to try and find where to rip out the part of the program that prompts for root password, but I dunno where to start, python is weird. EDIT: I do see my devices as my non-root user with --list. Just need to get the gui to stop... |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
When I run
input-remapper-control --liston my system, I get the list of connected devices, but someone else I'm helping requires the use ofsudoto get any information. What is causing this and how can we remove thesudorequirement for them?Beta Was this translation helpful? Give feedback.
All reactions