Merge branch 'main' into testing

This commit is contained in:
Kyle Gospodnetich 2024-02-17 22:30:01 -08:00
commit ac6c4654d2
2 changed files with 6 additions and 1 deletions

View File

@ -20,7 +20,7 @@ if [[ "$XDG_SESSION_TYPE" == "wayland" ]]; then
# 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 "$LAUNCH_OPTIONS" "$*"
env LD_PRELOAD=/usr/lib/extest/libextest.so /usr/bin/steam "$LAUNCH_OPTIONS" "$@"
else
/usr/bin/steam "$LAUNCH_OPTIONS" "$@"
fi

View File

@ -147,6 +147,11 @@ elif [[ ":G1617-01:" =~ ":$SYS_ID:" ]]; then
echo "Adding panel orientation for GPD Win Mini"
NEEDED_KARGS+=("--append-if-missing=video=eDP-1:panel_orientation=right_side_up")
fi
elif [[ ":WIN2:" =~ ":$SYS_ID:" ]]; then
if [[ ! $KARGS =~ "video" ]]; then
echo "Adding panel orientation for GPD Win 2"
NEEDED_KARGS+=("--append-if-missing=video=eDP-1:panel_orientation=right_side_up")
fi
fi
if /usr/libexec/hardware/simpledeckytdp-supported-hardware; then