sway/sway
Ryan Walklin 5032acb7a5 Add relative output transform
This commit enhances the output transform
command with options for a relative transform,
i.e. the provided transform will be applied as
an offset to the current transform. Append
`clockwise` to rotate clockwise from the current
rotation, or `anticlockwise` to rotate in the
opposite direction.

For example, if the output LVDS-1 is rotated
90 degrees clockwise, the command
`output LVDS-1 transform 90 clockwise`
will rotate the display to 180 degrees.
All transform options are supported,
including flipped transforms.

Relative transforms can only be applied to
a single output and cannot be used with
a wildcard (*) output specifier.
2018-11-05 22:58:27 +00:00
..
commands Add relative output transform 2018-11-05 22:58:27 +00:00
config swaybar: show hidden bar on key event 2018-10-14 13:33:12 +01:00
desktop Use wlr_surface_get_effective_damage 2018-11-04 23:21:37 +01:00
input removed unneeded code fragment 2018-11-04 17:38:13 +01:00
tree Fix #2992 2018-11-01 08:15:03 -04:00
commands.c commands: replace EXPECTED_LESS_THAN with EXPECTED_AT_MOST 2018-10-23 10:51:54 +01:00
config.c config: mention that reload message is also printed on validation 2018-11-05 21:06:28 +01:00
criteria.c Move view marks properties to container struct 2018-11-01 18:09:51 +10:00
debug-tree.c Minor refactor of input manager 2018-10-20 13:11:43 +10:00
decoration.c Rename view_set_csd_from_client to view_update_csd_from_client 2018-09-27 22:51:37 +10:00
ipc-json.c ipc: move refresh from output to output->current_mode 2018-11-03 15:09:34 -07:00
ipc-server.c Move view marks properties to container struct 2018-11-01 18:09:51 +10:00
main.c Teardown compositor when failing to drop permissions 2018-11-01 18:50:06 +01:00
meson.build Remove raise_floating directive 2018-10-20 17:51:32 +10:00
security.c Add minimal config subsystem 2017-12-05 10:40:55 +01:00
server.c Implement the presentation-time protocol 2018-10-23 23:38:57 +02:00
sway-bar.5.scd swaybar: add documentation for hide/hidden_state subcommands 2018-10-14 13:33:12 +01:00
sway-input.5.scd Establish sway-output(5) 2018-10-14 10:52:57 -04:00
sway-output.5.scd Add relative output transform 2018-11-05 22:58:27 +00:00
sway.1.scd Establish sway-output(5) 2018-10-14 10:52:57 -04:00
sway.5.scd Merge pull request #3066 from mwenzkowski/fix-gaps 2018-11-05 15:33:40 +01:00
swaynag.c Allow swaynag to be disabled 2018-10-08 09:59:38 -04:00
xdg_decoration.c Improve CSD logic 2018-09-27 22:51:37 +10:00