I need to use the title (-title/-T) for a terminal app called cmus in rxvt. But, When I am running
urxvt -e cmus -T "cmus"
It opens and closes. cmus is a music player and it changes the title dynamically depending on the track so I'm finding it hard to bind some key to bring it forward. Is there any other way to affix it's title?
cmus
to stop changing the title. There's no way to disable the\e]2;title\a
escape inrxvt
(or to selectively disable terminal escapes, except for those considered "insecure", which theset_title
apparently is not). – May 06 '19 at 02:51:set set_term_title=false
can do this, is there any configrc file for cmus where I can put this in? – Galilean May 06 '19 at 03:00