this post was submitted on 30 Mar 2024
160 points (96.5% liked)

Linux

47337 readers
1300 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] deliriousn0mad@feddit.it 1 points 5 months ago (1 children)

That's a great workaround, could you share the command?

[–] ISOmorph@feddit.de 2 points 5 months ago (1 children)

The command itself isn't complex:

YDOTOOL_SOCKET="$HOME/.ydotool_socket" ydotool key 28:1 28:0

The hard part is getting ydotool to run on boot for your user (no sudo). I had to create a bash script to run on login with the following line:

ydotoold --socket-path="$HOME/.ydotool_socket" --socket-own="$(id -u):$(id -g)"

It's a bit hacky but it works.

[–] deliriousn0mad@feddit.it 1 points 5 months ago

Thank you, I didn't know about ydotool, I'll get it working on openSuse