aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway-ipc.7.scd
diff options
context:
space:
mode:
authorLibravatar Geoff Greer <geoff@greer.fm>2019-02-10 16:56:57 -0800
committerLibravatar emersion <contact@emersion.fr>2019-03-24 09:37:24 +0200
commit6e3046878d4dced3f2e503973ad31d7921c0c400 (patch)
tree6a8b5b2204624848edb0b37ecfad8c7764bd2633 /sway/sway-ipc.7.scd
parentAllow for workspace renaming during exec handling (diff)
downloadsway-6e3046878d4dced3f2e503973ad31d7921c0c400.tar.gz
sway-6e3046878d4dced3f2e503973ad31d7921c0c400.tar.zst
sway-6e3046878d4dced3f2e503973ad31d7921c0c400.zip
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
Diffstat (limited to 'sway/sway-ipc.7.scd')
-rw-r--r--sway/sway-ipc.7.scd4
1 files changed, 4 insertions, 0 deletions
diff --git a/sway/sway-ipc.7.scd b/sway/sway-ipc.7.scd
index b43b3030..3d22008e 100644
--- a/sway/sway-ipc.7.scd
+++ b/sway/sway-ipc.7.scd
@@ -211,6 +211,9 @@ following properties:
211|- scale 211|- scale
212: float 212: float
213: The scale currently in use on the output or _-1_ for disabled outputs 213: The scale currently in use on the output or _-1_ for disabled outputs
214|- subpixel_hinting
215: string
216: The subpixel hinting current in use on the output. This can be _rgb_, _bgr_, _vrgb_, _vbgr_, or _none_
214|- transform 217|- transform
215: string 218: string
216: The transform currently in use for the output. This can be _normal_, _90_, 219: The transform currently in use for the output. This can be _normal_, _90_,
@@ -242,6 +245,7 @@ following properties:
242 "active": true, 245 "active": true,
243 "primary": false, 246 "primary": false,
244 "scale": 1.0, 247 "scale": 1.0,
248 "subpixel_hinting": "rgb",
245 "transform": "normal", 249 "transform": "normal",
246 "current_workspace": "1", 250 "current_workspace": "1",
247 "modes": [ 251 "modes": [