mirror of
https://github.com/tumillanino/miasma-os.git
synced 2026-06-15 16:09:36 +00:00
kernel still breaking. updated name which may have been issue
This commit is contained in:
13
docs/solarpowered-main/files/solarpowered-ex/usr/bin/steam-extest
Executable file
13
docs/solarpowered-main/files/solarpowered-ex/usr/bin/steam-extest
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
if [[ "$XDG_SESSION_TYPE" == "wayland" ]]; then
|
||||
# https://github.com/Supreeeme/extest
|
||||
# Extest is a drop in replacement for the X11 XTEST extension.
|
||||
# It creates a virtual device with the uinput kernel module.
|
||||
# It's been primarily developed for allowing the desktop functionality
|
||||
# on the Steam Controller to work while Steam is open on Wayland.
|
||||
# Also supports Steam Input as a whole.
|
||||
env LD_PRELOAD=/usr/lib/extest/libextest.so /usr/bin/steam "$@"
|
||||
else
|
||||
/usr/bin/steam "$@"
|
||||
fi
|
||||
Reference in New Issue
Block a user