Max Verevkin
Max Verevkin
Hmm, I tested only on Linux and it worked fine..
> resize handles The web view resizes itself correctly as is, I am not sure why or how. > maximize button Yes, that is missing.
I see what you mean, I use a tiling window manager so I didn't notice that :(
+1 for allowing all windows (web-apps included) to be resized. In fact web-apps already can be resized but only on linux and only on X11, which is odd. But there...
> The location of these files is based on the separation of this library into `params` and `traits` Now it makes sense :)
`expect` is not much better than `unwrap`, it still panics. Please use `error`.
> @MaxVerevkin what are your thoughts on the calendar feature flag? I think that it's probably not required since the dependencies are pretty light and don't require system libraries. If...
I guess another approach (more flexible) is to allow separate theming of unfocused outputs? I think I would prefer that.
> So a additional `unfocused_output` flag on a `Tag`, that is orthogonal to the normal tag modes? Probably a new function `WmInfoProvider::get_output_focused(&self, output: &Output) -> bool`. > I assume, that...
> Do you see another way to implement inheriting without having to duplicate the `Pallete` structure? Having options in the main structure itself seemed rather unwieldy for me The current...