GideonWolfe / Zathura-Pywal

🎨📖 A script that dynamically generates a zathura colorscheme based on the current wal colors.
289 stars 17 forks source link

Fix zathura not accepting stdin due to '&' sign #17

Open Farzat07 opened 3 years ago

Farzat07 commented 3 years ago

It seems that the trailing '&' sign after the zathura command makes zathura open before it can finish reading the standard input, causing it to fail when the '-' option is used.

The '&' doesn't need to be inside the script - if one wants it, they can just add it themselves on the command line.