aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway.5.scd
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2018-10-14 10:48:51 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2018-10-14 10:52:57 -0400
commitb69060fc585e43c8213a17516cd7555fe20c995e (patch)
treeaa766b3507c3a946f878f298ca4f642a135f7b3c /sway/sway.5.scd
parentUpdate README.MD (and README.*.md) (diff)
downloadsway-b69060fc585e43c8213a17516cd7555fe20c995e.tar.gz
sway-b69060fc585e43c8213a17516cd7555fe20c995e.tar.zst
sway-b69060fc585e43c8213a17516cd7555fe20c995e.zip
Establish sway-output(5)
Diffstat (limited to 'sway/sway.5.scd')
-rw-r--r--sway/sway.5.scd55
1 files changed, 0 insertions, 55 deletions
diff --git a/sway/sway.5.scd b/sway/sway.5.scd
index 3a760d01..f6f0e859 100644
--- a/sway/sway.5.scd
+++ b/sway/sway.5.scd
@@ -498,61 +498,6 @@ The default colors are:
498 Prevents windows matching <criteria> from being focused automatically when 498 Prevents windows matching <criteria> from being focused automatically when
499 they're created. This has no effect on the first window in a workspace. 499 they're created. This has no effect on the first window in a workspace.
500 500
501*output* <name> mode|resolution|res <WIDTHxHEIGHT>[@<RATE>[Hz]]
502 Configures the specified output to use the given mode. Modes are a
503 combination of width and height (in pixels) and a refresh rate that your
504 display can be configured to use. For a list of available modes for each
505 output, use *swaymsg -t get\_outputs*.
506
507 Examples:
508
509 output HDMI-A-1 mode 1920x1080
510
511 output HDMI-A-1 mode 1920x1080@60Hz
512
513*output* <name> position|pos <X> <Y>
514 Places the specified output at the specific position in the global
515 coordinate space.
516
517*output* <name> scale <factor>
518 Scales the specified output by the specified scale _factor_. An integer is
519 recommended, but fractional values are also supported. If a fractional
520 value are specified, be warned that it is not possible to faithfully
521 represent the contents of your windows - they will be rendered at the next
522 highest integral scale factor and downscaled. You may be better served by
523 setting an integral scale factor and adjusting the font size of your
524 applications to taste.
525
526*output* <name> background|bg <file> <mode> [<fallback\_color>]
527 Sets the wallpaper for the given output to the specified file, using the
528 given scaling mode (one of "stretch", "fill", "fit", "center", "tile"). If
529 the specified file cannot be accessed or if the image does fill the entire
530 output, a fallback color may be provided to cover the rest of the output.
531 __fallback\_color__ should be specified as _#RRGGBB_. Alpha is not
532 supported.
533
534*output* <name> background|bg <color> solid\_color
535 Sets the background of the given output to the specified color. _color_
536 should be specified as _#RRGGBB_. Alpha is not supported.
537
538*output* <name> transform <transform>
539 Sets the background transform to the given value. Can be one of "90", "180",
540 "270" for rotation; or "flipped", "flipped-90", "flipped-180", "flipped-270"
541 to apply a rotation and flip, or "normal" to apply no transform.
542
543*output* <name> disable|enable
544 Enables or disables the specified output (all outputs are enabled by
545 default).
546
547*NOTES FOR THE OUTPUT COMMANDS*
548
549You may combine output commands into one, like so:
550
551 output HDMI-A-1 mode 1920x1080 pos 1920,0 bg ~/wallpaper.png stretch
552
553You can get a list of output names with *swaymsg -t get\_outputs*. You may also
554match any output by using the output name "\*".
555
556*popup\_during\_fullscreen* smart|ignore|leave\_fullscreen 501*popup\_during\_fullscreen* smart|ignore|leave\_fullscreen
557 Determines what to do when a fullscreen view opens a dialog. 502 Determines what to do when a fullscreen view opens a dialog.
558 If _smart_ (the default), the dialog will be displayed. If _ignore_, the 503 If _smart_ (the default), the dialog will be displayed. If _ignore_, the