salman-abedin / devour

X11 window swallower
GNU General Public License v2.0
419 stars 30 forks source link

Running devour creates a new zsh session #9

Closed Kho-Dialga closed 4 years ago

Kho-Dialga commented 4 years ago

When I run devour, a new zsh instance is started. By itself this isn't much of a problem, but when running devour in lf, it exits and outputs. zsh: suspended (tty output) lf This also happens in bash. The terminal emulator that im using is alacritty. Thanks!

salman-abedin commented 4 years ago

Its due to the shell alias feature I had to integrate due to people's demand. Apparently, it has not been playing well and frankly, I am no longer maintaining the project. In any case, I will take a look into it and let you know what's up.

Kho-Dialga commented 4 years ago

Alright, thanks for the response.

salman-abedin commented 4 years ago

Kindly check the new commit. Should be fine now.