sway/sway
Alex Maese c015db4a9f sway: Add non-desktop-output type
Currently, when encountering a non-desktop display, sway offers the
output for leasing and returns without storing it in a sway specific
output type like `struct sway_output`.  Additionally, running
`swaymsg -t get_outputs` doesn't show non-desktop outputs.

This commit stores the non-desktop outputs into a struct called
`sway_output_non_desktop`, and adds them to a list on `sway_root`
2022-09-19 07:26:45 -04:00
..
commands Remove internal references to DPMS 2022-07-04 21:58:24 +03:00
config
desktop sway: Add non-desktop-output type 2022-09-19 07:26:45 -04:00
input input: chase delta_discrete semantics change 2022-07-15 14:14:41 -04:00
tree sway: Add non-desktop-output type 2022-09-19 07:26:45 -04:00
commands.c
config.c
criteria.c
decoration.c
ipc-json.c
ipc-server.c
lock.c
main.c fix: remove redundant empty statement in main.c 2022-07-12 16:07:51 +02:00
meson.build
realtime.c
server.c
sway-bar.5.scd
sway-input.5.scd sway-input.5.scd: Fix spelling errors 2021-10-02 10:21:28 +02:00
sway-ipc.7.scd
sway-output.5.scd
sway.1.scd
sway.5.scd man: sway(5) move fixes 2022-08-11 08:21:37 +02:00
swaynag.c Bump RLIMIT_NOFILE 2021-10-30 08:19:35 -06:00
xdg_activation_v1.c
xdg_decoration.c