mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-30 12:32:37 +00:00
Mini Pro rotation fix. Same as Loki max and AIR (#962)
* Mini Pro rotation fix. Same as Loki max and AIR * fix: colon
This commit is contained in:
parent
1f34f1b834
commit
bd61c13ed3
@ -38,7 +38,7 @@ fi
|
|||||||
echo $(date '+%Y-%m-%d %H:%M:%S') Fixing desktop orientation... | tee -a /tmp/bazrotfix.log
|
echo $(date '+%Y-%m-%d %H:%M:%S') Fixing desktop orientation... | tee -a /tmp/bazrotfix.log
|
||||||
if [[ ! -z "$IS_GAMEMODE" ]]; then
|
if [[ ! -z "$IS_GAMEMODE" ]]; then
|
||||||
kscreen-doctor output.1.rotation.normal 2>&1 | tee -a /tmp/bazrotfix.log
|
kscreen-doctor output.1.rotation.normal 2>&1 | tee -a /tmp/bazrotfix.log
|
||||||
elif [[ ":83E1:Loki Max:AIR Plus:" =~ ":$SYS_ID:" ]]; then
|
elif [[ ":83E1:Loki Max:AIR Plus:Loki MiniPro:" =~ ":$SYS_ID:" ]]; then
|
||||||
kscreen-doctor output.1.rotation.left 2>&1 | tee -a /tmp/bazrotfix.log
|
kscreen-doctor output.1.rotation.left 2>&1 | tee -a /tmp/bazrotfix.log
|
||||||
else
|
else
|
||||||
kscreen-doctor output.1.rotation.normal 2>&1 | tee -a /tmp/bazrotfix.log
|
kscreen-doctor output.1.rotation.normal 2>&1 | tee -a /tmp/bazrotfix.log
|
||||||
|
Loading…
x
Reference in New Issue
Block a user