dylanaraps / pywal

🎨 Generate and change color-schemes on the fly.
MIT License
8.34k stars 325 forks source link

Pass socket as an argument if reloading kitty from outside #595

Open spolakh opened 3 years ago

spolakh commented 3 years ago

By default kitty remote control only works if invoked from within one of the kitty processes. Which is not the case when the driver process running pywal is an independent daemon or another program. In those cases, we need to specify the socket that kitty listens on for remote commands.