Kintaro / wtftw

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use json file for configuration instead of config.rs

nxnfufunezn opened this issue · comments

Move configuration file to ~/.config/.wtftw dir and use json file for easy configuration instead of config.rs which requires compilation every-time config changes

That is exactly the point of the config.rs
To make the config programmable and extensible with more plugins.

Using a .json file would severely limit how the user can customise the window manager.

Closing as the point of the config is to be compilable and runnable.