JonnyHaystack / i3-resurrect

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

Probelm with workspaces with names starting with space #75

Closed ashish-yadav11 closed 4 years ago

ashish-yadav11 commented 4 years ago

change i3.command(f'workspace --no-auto-back-and-forth {workspace_name}') to i3.command(f'workspace --no-auto-back-and-forth "{workspace_name}"') on line 113 of i3_resurrect/main.py The prior takes to workspace "1: terminal" instead of " 1: terminal" even when workspace_name is " 1: terminal".

JonnyHaystack commented 4 years ago

Thanks, I'll get this fixed