wtftw
wtftw copied to clipboard
Window Tiling For The Win. A tiling window manager written in Rust
The link attached to tutorial results in a 404 error.
I'm building on Monterey on M1 and I'm getting this log after installing XQuartz 2.8.1 and running `cargo install --path .` ## Error ``` gralp [master|✔] wtftw >> LIBRARY_PATH=/opt/X11/lib cargo...
_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...
"error[E0271]: type mismatch resolving `for fn(wtftw::window_manager::WindowManager, Rc std::result::Result {wtftw::handlers::default::restart} as FnOnce>::Output == wtftw::window_manager::WindowManager` --> src/config.rs:65:5 | 65 | add_key_handler_str!(config, w, "q", modm, restart); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `wtftw::window_manager::WindowManager`, found enum...
Hi. i want to test wtftw in nixos. but i get an error when i want to build it: ``` ╰ cargo build Compiling serde_json v1.0.17 Compiling x11 v2.17.5 Compiling...
I am getting a crash in this code block in wtftw/core/src/config.rs It seems to be in the first line as I have gotten output from debug! just before result(). Any...
Bumps [log](https://github.com/rust-lang/log) from 0.4.8 to 0.4.13. Changelog Sourced from log's changelog. [0.4.13] - 2021-01-11 This is the same as 0.4.11, except with a kv_unstable_std feature added to aid migrating current...
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.56 to 1.0.61. Release notes Sourced from serde_json's releases. v1.0.61 Add impl From<Number> for Value (#737, thanks @imp) v1.0.60 Add impl FromIterator<(impl Into<String>, impl Into<Value>)> for Value,...
Bumps [simplelog](https://github.com/drakulix/simplelog.rs) from 0.8.0 to 0.9.0. Changelog Sourced from simplelog's changelog. v0.9.0 - Add customizable level label colors (PR [#69](https://github.com/drakulix/simplelog.rs/issues/69). credits to @JarrettBillingsley) - Remove unneeded TermLogError - Future-proof config...