diff options
author | emersion <contact@emersion.fr> | 2018-11-26 09:28:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-26 09:28:25 +0100 |
commit | c2921b2e613642ec147513607fb13d98ee43cee7 (patch) | |
tree | 20949c3508ada4d015e57504abbd1c62f0f5133b /sway/commands.c | |
parent | 0e6e5af9833bcfac30d4a19d7fa5b88e81ce67cd (diff) | |
parent | e6562c8cd26c2e7caa4c83aaa5d734643fba4015 (diff) |
Merge pull request #3169 from RedSoxFan/title-align
Implement title alignment
Diffstat (limited to 'sway/commands.c')
-rw-r--r-- | sway/commands.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/commands.c b/sway/commands.c index d35658d5..bffc18f6 100644 --- a/sway/commands.c +++ b/sway/commands.c @@ -103,6 +103,7 @@ static struct cmd_handler handlers[] = { { "smart_borders", cmd_smart_borders }, { "smart_gaps", cmd_smart_gaps }, { "tiling_drag", cmd_tiling_drag }, + { "title_align", cmd_title_align }, { "titlebar_border_thickness", cmd_titlebar_border_thickness }, { "titlebar_padding", cmd_titlebar_padding }, { "workspace", cmd_workspace }, |