aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Andri Yngvason <andri@yngvason.is>2022-09-29 23:18:39 +0000
committerLibravatar Simon Ser <contact@emersion.fr>2022-10-07 19:17:39 +0200
commitb00b05f792c4b5095d5aa08547e1502a24785e20 (patch)
tree089b54be41403a17f07bdeddc17be8346f5e63f4 /include
parentbuild: simplify protocol paths (diff)
downloadsway-b00b05f792c4b5095d5aa08547e1502a24785e20.tar.gz
sway-b00b05f792c4b5095d5aa08547e1502a24785e20.tar.zst
sway-b00b05f792c4b5095d5aa08547e1502a24785e20.zip
sway/commands/output: Add command for unplugging non-physical outputs
Diffstat (limited to 'include')
-rw-r--r--include/sway/commands.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/commands.h b/include/sway/commands.h
index 013a7b82..07941bb4 100644
--- a/include/sway/commands.h
+++ b/include/sway/commands.h
@@ -294,6 +294,7 @@ sway_cmd output_cmd_scale_filter;
294sway_cmd output_cmd_subpixel; 294sway_cmd output_cmd_subpixel;
295sway_cmd output_cmd_toggle; 295sway_cmd output_cmd_toggle;
296sway_cmd output_cmd_transform; 296sway_cmd output_cmd_transform;
297sway_cmd output_cmd_unplug;
297 298
298sway_cmd seat_cmd_attach; 299sway_cmd seat_cmd_attach;
299sway_cmd seat_cmd_cursor; 300sway_cmd seat_cmd_cursor;