Kintaro / wtftw

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Comparison to fireplace + way cooler

theduke opened this issue · comments

Hey there,

always happy so see another tiling wm written in a great language!

Could you provide a comparison to the two existing Rust tiling WMs out there (that I know of):

The obvious difference is that this is for X and those you mention are for wayland

I love the looks of this window manager.

Am I right that you are intending to use rust as thin configuration language in that same way that xmonad uses haskell. That is one the the things that I love about using xmonad.

Also do you have plans of a dynamic master/stack layout similar to xmonad. Looking through the sources I only see the bsp style layout

Hi do you have an example of how to interface from wtftw to xmobar or another status bar.
I
From looking at the code assume the you write a function that is added to the loghook but have not found anything that confirms this.