mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
Attempt to use `/sys/firmware/devicetree/base/compatible` to autodetect the device id for device profiles. This approach is described here: https://phosh.mobi/posts/notch-support/#the-compatibles-string
15 lines
271 B
Text
15 lines
271 B
Text
# SPDX-FileCopyrightText: 2025 Devin Lin <devin@kde.org>
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
[Device]
|
|
name=OnePlus 6
|
|
|
|
# Match panel heights with the screen's curved area
|
|
|
|
[Panels]
|
|
statusBarHeight=80
|
|
leftPadding=12
|
|
rightPadding=12
|
|
|
|
[Panels][Top]
|
|
centerSpacing=64
|