1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 13:32:50 -05:00

Added mirroring option to display configuration (#1156)

* <quickshell/Modules/Settings/DisplayConfig>: Added mirroring option to the displayconfiguration

* removed niri option for mirroring

* Fix trailing whitespace

* removed emty rows

---------

Co-authored-by: Postboote1 <stoessel.matthias>
This commit is contained in:
Tacticalsmooth
2025-12-27 15:27:19 +01:00
committed by GitHub
parent 3ebdd5631c
commit f7650b5e1f
3 changed files with 41 additions and 2 deletions

View File

@@ -56,6 +56,9 @@ Singleton {
if (output.vrr_supported && output.vrr_enabled)
monitorLine += ", vrr, 1";
if (output.mirror && output.mirror.length > 0)
monitorLine += ", mirror, " + output.mirror;
if (outputSettings.bitdepth && outputSettings.bitdepth !== 8)
monitorLine += ", bitdepth, " + outputSettings.bitdepth;