eve-ng-integration icon indicating copy to clipboard operation
eve-ng-integration copied to clipboard

Integration with urxvt

Open iAdson opened this issue 6 years ago • 0 comments

Hi,

I'm using urxvt as default terminal with zsh but your script didn't initialy work with my architecture. To make it works I had to modify the python script line 49:

return ['urxvt', '-hold', '-e', 'zsh', '-c']

It creates a new terminal embedding a holding shell (was initialy closed immediately) session. Then '-c' runs the command in it (only '-e' doesn't work).

Hope this will help for an update, Regards,

iAdson

OS: Arch Linux x86_64 Shell: zsh 5.5.1 WM: i3 Terminal: urxvt

iAdson avatar Aug 08 '18 08:08 iAdson