salman-abedin / devour

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

Fix for embeded terminal window #36

Open Da-Va opened 2 years ago

Da-Va commented 2 years ago

Devour does not work when I used a terminal embedded inside Suckless tabbed ( https://tools.suckless.org/tabbed/ ). In that case the win variable was set to the terminal window instead of the tabbed window. I added a simple check to detect this and select parent of win (tabbed).