I have an issue in which I was unable to find a solution till now. While I use several scripts to launch specific commands through URXvt:
#!/bin/sh
urxvt -geometry 40x20+990+30 -w 0 -b 0 -e nmtui
when I try to launch the same window with cal command I get.. no urxvt window!
Is there a way to do it?
osd_catfrom thexosd-binfor a thing like that, or maybeyad/zenity– or kill the terminal window from the script after some time. – dessert Feb 10 '19 at 07:41