Closed timblaktu closed 11 months ago
The "title" here is the actual prompt shown to the user. "SETTITLE" however sets the window title. As with bemenu there is no actual window title we can't use it as-is. Is the window title important for rbw?
Otherwise we could just ignore it.
I like the idea of using this ultra-lightweight widget as my "gui" pinentry in hyprland sessions, but when trying to use it with
rbw
as its pinentry program, I stumbled on its lack of support for the SETTITLE command:Should be an easy fix. I can see here and in make_title that it's not aware of a separate title param, and just constructs one from the desc and prompt params.