mirror of
https://github.com/swaywm/sway.git
synced 2026-04-27 06:46:25 -04: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
|
|
@ -234,6 +234,7 @@ static void config_defaults(struct sway_config *config) {
|
|||
config->auto_back_and_forth = false;
|
||||
config->reading = false;
|
||||
config->show_marks = true;
|
||||
config->title_align = ALIGN_LEFT;
|
||||
config->tiling_drag = true;
|
||||
|
||||
config->smart_gaps = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue