mirror of
https://github.com/swaywm/sway.git
synced 2026-04-24 06:46:22 -04:00
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:
parent
1428a874b4
commit
fe26166e53
5 changed files with 114 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue