fennerm / flashfocus

Simple focus animations for tiling window managers.
MIT License
748 stars 10 forks source link

Install using anaconda #50

Closed minhduc0711 closed 4 years ago

minhduc0711 commented 4 years ago

I'm wondering if it's possible to install flashfocus using conda? If yes, how would I change my i3 configs?

p/s: I'm new to WMs, sorry for the noob questions and thanks in advance

fennerm commented 4 years ago

There is no conda package available for flashfocus. You could try installing pip in your conda env and then installing with pip:

conda install pip
pip install flashfocus

No changes would be necessary to your config except for the ones mentioned in the READMe.

Have never tried it myself so ymmv.

minhduc0711 commented 4 years ago

Turns out I forgot to activate the conda env before running flashfocus in i3 configs. Thank you anyways!