Skip to content

Commit

Permalink
Merge branch 'testing'
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Jan 9, 2025
2 parents 15ab635 + f05e3ae commit b93f40d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

SYS_ID="$(/usr/libexec/hwsupport/sysid)"

if /usr/libexec/hwsupport/valve-hardware || [[ ":83E1:ROG Ally RC71L:ROG Ally X RC72LA:G1618-04:G1617-01:G1619-05:AIR Plus:AIR 1S:AIR 1S Limited:AIR:AYANEO GEEK:AYANEO 2:AYANEO 2S:AOKZOE A1 AR07:AOKZOE A1 Pro:G1619-04:Win600:Loki Max:Loki Zero:Loki MiniPro:V3:ONEXPLAYER F1:ONEXPLAYER F1L:ONEXPLAYER F1 EVA-01:" =~ ":$SYS_ID:" ]]; then
if /usr/libexec/hwsupport/valve-hardware || [[ ":ROG Ally RC71L:ROG Ally X RC72LA:G1618-04:G1617-01:G1619-05:AIR Plus:AIR 1S:AIR 1S Limited:AIR:AYANEO GEEK:AYANEO 2:AYANEO 2S:AOKZOE A1 AR07:AOKZOE A1 Pro:G1619-04:Win600:Loki Max:Loki Zero:Loki MiniPro:V3:ONEXPLAYER F1:ONEXPLAYER F1L:ONEXPLAYER F1 EVA-01:" =~ ":$SYS_ID:" ]]; then
exit 0
fi

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
SYS_ID="$(/usr/libexec/hwsupport/sysid)"

# KDE Specific fractional scaling
#if [[ ":83E1:" =~ ":$SYS_ID:" ]]; then
# exit 0
#fi
if [[ ":83E1:" =~ ":$SYS_ID:" ]]; then
exit 0
fi

exit 1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

SYS_ID="$(/usr/libexec/hwsupport/sysid)"

#if [[ ":83E1:" =~ ":$SYS_ID:" ]]; then
# exit 0
#fi
if [[ ":83E1:" =~ ":$SYS_ID:" ]]; then
exit 0
fi

exit 1

0 comments on commit b93f40d

Please sign in to comment.