roosta / i3wsr

Change i3-wm workspace names based on content
MIT License
178 stars 14 forks source link

fix: panic when the default config file doesn't exist #27

Closed MikeWalrus closed 2 years ago

MikeWalrus commented 2 years ago

I should have used with_context() instead of context(), or when formatting the context message the program will unwrap a harmless None. Sorry that I didn't get it right the first time.

roosta commented 2 years ago

no worries, can't get everything right always on the first go :) appreciate the PR, glad you caught it!