JonnyHaystack / i3-resurrect

Simple solution to saving and restoring i3 workspaces
GNU General Public License v3.0
379 stars 19 forks source link

Fix bug with commas in paths #80

Closed JonnyHaystack closed 4 years ago

JonnyHaystack commented 4 years ago

There was a bug due to improper quoting causing programs with executable path or working directory containing commas to not be restored, as i3's exec command syntax uses commas for executing multiple commands together.

Fixes #77