From 57d6f6f19e3088dcb8e202acade8c39a80075b4a Mon Sep 17 00:00:00 2001 From: David Rosca Date: Sun, 18 Jul 2021 12:05:47 +0200 Subject: Add `output modeline` command Only works with DRM backend. --- sway/sway-output.5.scd | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'sway/sway-output.5.scd') diff --git a/sway/sway-output.5.scd b/sway/sway-output.5.scd index 2828c841..55d8f719 100644 --- a/sway/sway-output.5.scd +++ b/sway/sway-output.5.scd @@ -40,6 +40,16 @@ must be separated by one space. For example: output HDMI-A-1 mode 1920x1080@60Hz +*output* modeline + Configures the specified output to use the given modeline. It can be + generated using *cvt*(1) and *gtf*(1) commands. See *xorg.conf*(5). + Only supported on DRM backend. + + Example: + + output HDMI-A-1 modeline 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync + + *output* position|pos Places the specified output at the specific position in the global coordinate space. The cursor may only be moved between immediately -- cgit v1.2.3-54-g00ecf