chmln / i3-auto-layout

Automatic, optimal tiling for i3wm
145 stars 19 forks source link

i3-auto-layout not working #6

Closed muralikodali closed 2 years ago

muralikodali commented 2 years ago

for some time i3-auto-layout is not working.

it is not even showing up in running processes.

the-shank commented 2 years ago

I am having this issue as well.

Installed i3-auto-layout via cargo. And I have the following line in my i3config

exec_always --no-startup-id ~/.cargo/bin/i3-auto-layout
rengare commented 2 years ago

@the-shank @muralikodali I fixed the issue by upgrading one of the dependencies. In the mean time you can go to my repo and compile it manually (https://github.com/rengare/i3-auto-layout)

the-shank commented 2 years ago

@the-shank @muralikodali I fixed the issue by upgrading one of the dependencies. In the mean time you can go to my repo and compile it manually (https://github.com/rengare/i3-auto-layout)

Thanks, will do !

muralikodali commented 2 years ago

@rengare thanks for upgrading dependencies.

i have compiled the binary after cloning from https://github.com/rengare/i3-auto-layout. it is working well.