summaryrefslogtreecommitdiff
path: root/sway/commands/title_format.c
AgeCommit message (Collapse)Author
2018-05-05Move code for re-arranging after font height change into a common placeRyan Dwyer
2018-05-05Fix memory leak in title_format commandRyan Dwyer
2018-05-05Implement title_formatRyan Dwyer
This implements the title_format command, with a new placeholder %shell which gets substituted with the view type (xwayland, xdg_shell_v6 or wl_shell). Example config: for_window [title=".*"] title_format %title (class=%class instance=%instance shell=%shell)