mirror of
https://github.com/Snigdha-OS/snigdhaos-cinnamon-config.git
synced 2025-12-06 13:33:51 +01:00
31 lines
1.1 KiB
XML
31 lines
1.1 KiB
XML
<schemalist>
|
|
|
|
<enum id="org.cinnamon.muffin.X11.scale-mode">
|
|
<value nick="scale-up" value="1"/>
|
|
<value nick="scale-ui-down" value="2"/>
|
|
</enum>
|
|
|
|
<schema id="org.cinnamon.muffin.x11" path="/org/cinnamon/muffin/x11/"
|
|
gettext-domain="muffin">
|
|
|
|
<key name="fractional-scale-mode" enum="org.cinnamon.muffin.X11.scale-mode">
|
|
<default>"scale-ui-down"</default>
|
|
<description>
|
|
Choose the scaling mode to be used under X11 via Randr extension.
|
|
|
|
Supported methods are:
|
|
|
|
• “scale-up” — Scale everything up to the requested scale, shrinking
|
|
the UI. The applications will look blurry when scaling
|
|
at higher values and the resolution will be lowered.
|
|
• “scale-ui-down — Scale up the UI toolkits to the closest integer
|
|
scaling value upwards, while scale down the display
|
|
to match the requested scaling level.
|
|
It increases the resolution of the logical display.
|
|
</description>
|
|
</key>
|
|
|
|
</schema>
|
|
|
|
</schemalist>
|