aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway-ipc.7.scd
diff options
context:
space:
mode:
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": [