mirror of
https://github.com/swaywm/sway.git
synced 2025-11-06 13:29:50 -05:00
Implement title alignment
This adds support for `i3 4.16`'s ability to set the title alignment. The command is `title_align left|center|right`. When the title is on the right, marks are moved to the left. Otherwise, they are on the right.
This commit is contained in:
parent
91bbb2a7dd
commit
e6562c8cd2
8 changed files with 126 additions and 21 deletions
|
|
@ -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 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue