Lister window title

By default, the Lister title bar displays just the name of the current folder. You can change that here.

The codes below can be used to insert information into the custom title bar string. You can see a list of them by clicking the button.

Note that when using the Custom title option, the Display full path and Display layout name options affect what the %T code inserts.

%Pfull path of the current (source) folder
%Nname of the current (source) folder
%Rdrive root of the current (source) folder
%Dfull path of the destination folder
%Mname of the destination folder
%Gtarget if the folder is a junction or softlink
%Ffull path of the most recently selected file or folder
%1full path in the left/top file display
%2full path in the right/bottom file display
%3folder name in the left/top file display
%4folder name in the right/bottom file display
%5last-loaded tab group in the left/top file display
%6last-loaded tab group in the right/bottom file display
%7last-loaded tab group in the source file display
%Lname of the Layout the Lister came from (if any)
%Sname of the current Style selected in the Lister (if any)
%Tcomplete original title (useful for simply adding a prefix or suffix to the title)
%%insert a literal % character
%!hide empty blocks within %!...%! (see below)

The %! code is special in that it should be used in pairs around the things you want to hide. They will be hidden if all tokens within the block expand to empty values.

Consider a title of %!%N - %!Directory Opus for example:

If you need something even more custom or dynamic, the titlebars for individual windows can also be overridden via commands and scripts.

Lister window icon

You can choose whether to show the Opus logo as the Lister's window icon, or the icon for the current folder.