aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2022-09-29 23:18:39 +0000
committerFurkan Sahin <furkan-dev@proton.me>2022-09-29 23:18:39 +0000
commit51d1d08042a9d7df52b4badd91f2d46d32902448 (patch)
tree089b54be41403a17f07bdeddc17be8346f5e63f4 /include
parent371885fa283360cbbb7528cbae665708e8f7e9bc (diff)
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;
sway_cmd output_cmd_subpixel;
sway_cmd output_cmd_toggle;
sway_cmd output_cmd_transform;
+sway_cmd output_cmd_unplug;
sway_cmd seat_cmd_attach;
sway_cmd seat_cmd_cursor;