-
Notifications
You must be signed in to change notification settings - Fork 23
settitle
Bakkeby edited this page Jul 12, 2024
·
1 revision
Function | Expected argument | Default keybinding |
---|---|---|
settitle | <text> | N/A |
The settitle
function allows for an alternative title to be set for the client.
This will be displayed instead of the normal window title if the functionality AltWindowTitles is enabled.
This functionality is only available via external commands:
duskc run_command settitle "Xterm" # sets the selected client window title to "Xterm"
Also see the setwintitle function.
Concepts | Configuration | Features | Flags | Functionality | Functions