sway/include
Orestis Floros 9b81b6273f
commands: accept 'next'/'prev' output names
`move container to output`, `move workspace to output` and `focus
output` now accept 'next' and 'prev', which cycle through the enabled
outputs with wrap-around. This matches i3's behaviour of expanding
'next' into the full output list so the following output relative to
the current one is picked.

The name/direction/current resolution used by the move commands was
also duplicated inline in `focus_output`; both call sites now share a
new `output_by_direction_or_name` helper in `sway/desktop/output.c`.

Closes: #8799

i3 implementation in https://github.com/i3/i3/pull/4338
Note:
- i3 accepts multiple output arguments and `next` works as a wildcard. I
  considered that out of scope for this PR.
- i3 does not have `prev`. Accepting it in sway is natural and
  practically free complexity-wise so I added it.
2026-04-26 12:55:34 +02:00
..
sway commands: accept 'next'/'prev' output names 2026-04-26 12:55:34 +02:00
swaybar swaybar: deduplicate mode and workspace rendering code 2025-05-25 14:48:14 +02:00
swaynag swaynag: Implement wp_cursor_shape_v1 2023-07-31 10:34:11 +02:00
cairo_util.h cairo: Replace <cairo/cairo.h> by <cairo.h> 2021-05-10 10:28:32 +02:00
gesture.h sway: add bindgesture command 2022-05-30 12:20:43 +02:00
ipc-client.h refactor: use JSON_MAX_DEPTH everywhere 2021-10-25 10:18:40 +02:00
ipc.h i3-compat: add GET_BINDING_STATE IPC command 2020-06-14 00:55:14 -04:00
list.h list.c: rename free_flat_list to list_free_items_and_destroy 2018-12-09 01:15:38 +00:00
log.h Use -fmacro-prefix-map to strip build path 2019-07-15 16:35:50 -04:00
loop.h Remove timerfd from loop implementation 2018-10-15 00:26:27 +10:00
meson.build Address review comments 2018-03-28 14:43:23 -04:00
pango.h pango: add printf attribute 2023-04-14 18:34:54 +02:00
pool-buffer.h cairo: Replace <cairo/cairo.h> by <cairo.h> 2021-05-10 10:28:32 +02:00
stringop.h stringop: move over has_prefix() 2025-01-07 16:35:31 +01:00
util.h Rename get_current_time_msec to get_current_time_in_msec and move to util.c 2025-06-16 11:26:26 +02:00