mirror of
https://github.com/swaywm/sway.git
synced 2025-11-22 06:59:48 -05:00
Add support for manually setting subpixel hinting on outputs.
Many laptop screens report unknown subpixel order. Allow users to manually set subpixel hinting to work around this. Addresses https://github.com/swaywm/sway/issues/3163
This commit is contained in:
parent
200833caae
commit
6e3046878d
14 changed files with 102 additions and 5 deletions
|
|
@ -211,6 +211,9 @@ following properties:
|
|||
|- scale
|
||||
: float
|
||||
: The scale currently in use on the output or _-1_ for disabled outputs
|
||||
|- subpixel_hinting
|
||||
: string
|
||||
: The subpixel hinting current in use on the output. This can be _rgb_, _bgr_, _vrgb_, _vbgr_, or _none_
|
||||
|- transform
|
||||
: string
|
||||
: The transform currently in use for the output. This can be _normal_, _90_,
|
||||
|
|
@ -242,6 +245,7 @@ following properties:
|
|||
"active": true,
|
||||
"primary": false,
|
||||
"scale": 1.0,
|
||||
"subpixel_hinting": "rgb",
|
||||
"transform": "normal",
|
||||
"current_workspace": "1",
|
||||
"modes": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue