commands: introduce non_desktop command for output

This command allows users to set a given output as non-desktop. The output is
offered to the drm-lease-manager interface if available, for clients to lease.
This commit is contained in:
Simon Zeni 2022-10-06 15:49:44 -04:00
parent 1428a874b4
commit fe26166e53
5 changed files with 114 additions and 0 deletions

View file

@ -284,6 +284,7 @@ sway_cmd output_cmd_disable;
sway_cmd output_cmd_dpms;
sway_cmd output_cmd_enable;
sway_cmd output_cmd_max_render_time;
sway_cmd output_cmd_non_desktop;
sway_cmd output_cmd_mode;
sway_cmd output_cmd_modeline;
sway_cmd output_cmd_position;