AltWindowTitles - bakkeby/dusk GitHub Wiki
The AltWindowTitles
functionality allows for alternate (custom) window titles to be displayed for
clients instead of the normal window title.
This can be used to have simpler and consistent titles for certain windows. An example use case may be if you find it disrupting that the browser window title changes according to what tab is being shown.
Alternative window titles can either be set via:
- client rules or
- external commands
An example client rule that sets an alternate window title:
{ .class = "XTerm", .flags = Terminal, .alttitle = "XTerm" },
For external commands refer to:
- settitle and
- setwintitle
Back to Functionality.