mirror of
https://github.com/swaywm/sway.git
synced 2025-11-24 06:59:51 -05:00
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)
|
||
|---|---|---|
| .. | ||
| arrange.h | ||
| container.h | ||
| layout.h | ||
| output.h | ||
| view.h | ||
| workspace.h | ||