aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/commands.h
diff options
context:
space:
mode:
authorLibravatar David Rosca <nowrep@gmail.com>2021-07-18 12:05:47 +0200
committerLibravatar Simon Ser <contact@emersion.fr>2021-08-31 17:29:40 +0200
commit57d6f6f19e3088dcb8e202acade8c39a80075b4a (patch)
treea1efb14a17b60ac278c1221ed907671a822dabfd /include/sway/commands.h
parentdesktop/xwayland: restack surface upon activation (diff)
downloadsway-57d6f6f19e3088dcb8e202acade8c39a80075b4a.tar.gz
sway-57d6f6f19e3088dcb8e202acade8c39a80075b4a.tar.zst
sway-57d6f6f19e3088dcb8e202acade8c39a80075b4a.zip
Add `output modeline` command
Only works with DRM backend.
Diffstat (limited to 'include/sway/commands.h')
-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 29a6bec3..4be40870 100644
--- a/include/sway/commands.h
+++ b/include/sway/commands.h
@@ -282,6 +282,7 @@ sway_cmd output_cmd_dpms;
282sway_cmd output_cmd_enable; 282sway_cmd output_cmd_enable;
283sway_cmd output_cmd_max_render_time; 283sway_cmd output_cmd_max_render_time;
284sway_cmd output_cmd_mode; 284sway_cmd output_cmd_mode;
285sway_cmd output_cmd_modeline;
285sway_cmd output_cmd_position; 286sway_cmd output_cmd_position;
286sway_cmd output_cmd_scale; 287sway_cmd output_cmd_scale;
287sway_cmd output_cmd_scale_filter; 288sway_cmd output_cmd_scale_filter;