Kintaro / wtftw

Window Tiling For The Win. A tiling window manager written in Rust
BSD 3-Clause "New" or "Revised" License
2.38k stars 84 forks source link

Comparison to fireplace + way cooler #117

Open theduke opened 6 years ago

theduke commented 6 years ago

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):

simvux commented 6 years ago

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

crypt17 commented 5 years ago

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

crypt17 commented 4 years ago

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.