mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-03-16 07:21:11 +00:00
Merge branch 'main' into testing
This commit is contained in:
commit
ac6c4654d2
@ -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
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user