this post was submitted on 07 Sep 2026
293 points (100.0% liked)
Linux Gaming
27521 readers
839 users here now
Discussions and news about gaming on the GNU/Linux family of operating systems (including the Steam Deck). Potentially a $HOME away from home for disgruntled /r/linux_gaming denizens of the redditarian demesne.
This page can be subscribed to via RSS.
Original /r/linux_gaming pengwing by uoou.
No memes/shitposts/low-effort posts, please.
Resources
Help:
- ProtonDB
- Are We Anticheat Yet?
- r/linux_gaming FAQ
- Fork of an earlier version of the above
- PCGamingWiki
- LibreGameWiki
Launchers/Game Library Managers:
General:
Discord:
IRC:
Matrix:
Telegram:
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I need some more games that benefit from 30 different hotkeys. Elite gets boring after a while, but I made a website that has rows of buttons for things like FSD, cycle weapons, deploy landing gear. Would load it up on a tablet and use that for those keybinds. Few games can really benefit from stuff like that though.
Apache2 hosted webpage which was all PHP, buttons and hotkeys they run were in a JSON config, includes an option to set the button colour which matches a CSS class. So colour:red would apply class="button red" and that class sets the border, box shadow and a gradient fill of the button to give it a slight 3d effect. PHP runs shell exec, so you could run any bash commands with it. Xdotool/ydotool allow entering key inputs from a bash command.