Kintaro / wtftw

Window Tiling For The Win. A tiling window manager written in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Default config fails to load.

skeleten opened this issue · comments

The default configuration fails to load.
The DynamicLibrary::open call complains that the file it tries to load (libconfig.rlib) contains no valid ELFheader.

A workaround is to change the crate type to cdylib and make sure its searching for libconfig.so instead.

Fixed in 60b124a by changing the name wtftw looks for.