Re: Execute a bash command in ratpoison

2019-11-12 Thread Eric S Fraga
On Monday, 11 Nov 2019 at 21:13, David Trombly wrote: > Martin > Thanks for your quick reply. It's actually not for the status bar. It > would be for a menu in a window. > Thanks for the pointer to the wiki!  > I may try to do this in C instead so I can use Xlibraries and be more > compatible with

Execute a bash command in ratpoison

2019-11-11 Thread David Trombly
Martin Thanks for your quick reply. It's actually not for the status bar. It would be for a menu in a window. Thanks for the pointer to the wiki!  I may try to do this in C instead so I can use Xlibraries and be more compatible with ratpoison! -- Sent from myMail for Android

Re: Execute a bash command in ratpoison

2019-11-11 Thread Martin Samuelsson
David Trombly @ 2019-11-11 (Monday), 06:24 (+0300) I was wondering if it would be possible to display the contents of a bash script inside Ratpoison. Likely, the command you're looking for is "echo". Try e.g.: ratpoison --command "echo $HOME `whoami`" Documentation available at: https://w

Execute a bash command in ratpoison

2019-11-10 Thread David Trombly
Hello! I'm fairly new with Ratpoison, but I'm enjoying it so far! I was wondering if it would be possible to display the contents of a bash script inside Ratpoison. I coded my own menu in bash, using bash color codes, and I thought it might be possible to view it inside Ratpoison. I've tried