justbuchanan / i3scripts

My scripts for enhancing i3wm
Other
162 stars 45 forks source link

i3 autoname workspaces #19

Closed SylEleuth closed 5 years ago

SylEleuth commented 5 years ago

There was similar question some time ago but it was never clarified what to do.

Traceback (most recent call last):                                                                                                   
  File "./autoname-workspaces.py", line 39, in <module>
    from util import *
ModuleNotFoundError: No module named 'util'

I'm new to python and I'm not sure what I have to do. Any help?

justbuchanan commented 5 years ago

The util.py file is part of this repo (https://github.com/justbuchanan/i3scripts/blob/master/util.py). You'll need to download it and put it in the same folder as the main autoname_workspaces.py file.

SylEleuth commented 5 years ago

Now it works, thank You.