aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/commands.h
diff options
context:
space:
mode:
authorLibravatar Brian Ashworth <RedSoxFan@users.noreply.github.com>2018-07-20 21:46:56 -0400
committerLibravatar GitHub <noreply@github.com>2018-07-20 21:46:56 -0400
commit51730a059778e1d91e2f4b412f39e77a66f48155 (patch)
tree1d043b7551e251f1b662e952e9f62be72877a7cc /include/sway/commands.h
parentMerge pull request #2318 from RedSoxFan/fix-output-wildcard (diff)
parentFix urgent timer logic and remove unnecessary header includes (diff)
downloadsway-51730a059778e1d91e2f4b412f39e77a66f48155.tar.gz
sway-51730a059778e1d91e2f4b412f39e77a66f48155.tar.zst
sway-51730a059778e1d91e2f4b412f39e77a66f48155.zip
Merge pull request #2317 from RyanDwyer/force-display-urgency-hint
Implement force_display_urgency_hint
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 1e93e2a3..e71a7228 100644
--- a/include/sway/commands.h
+++ b/include/sway/commands.h
@@ -113,6 +113,7 @@ sway_cmd cmd_focus_follows_mouse;
113sway_cmd cmd_focus_wrapping; 113sway_cmd cmd_focus_wrapping;
114sway_cmd cmd_font; 114sway_cmd cmd_font;
115sway_cmd cmd_for_window; 115sway_cmd cmd_for_window;
116sway_cmd cmd_force_display_urgency_hint;
116sway_cmd cmd_force_focus_wrapping; 117sway_cmd cmd_force_focus_wrapping;
117sway_cmd cmd_fullscreen; 118sway_cmd cmd_fullscreen;
118sway_cmd cmd_gaps; 119sway_cmd cmd_gaps;