fireplace
fireplace copied to clipboard
Modular wayland window manager written in rust
Allow configuration reloading. This will require to store the configuration parameters somewhere global or linked to their respective `Output`s.
Sometimes two monitors are not equally important and you maybe have one main monitor and a secondary unimportant smaller one. In that case you may wish to constantly show one...
I am using [this configuration](https://github.com/Drakulix/fireplace/files/798296/fireplace-config.txt), and I can't get the quit to work (I expect it to be Super+Shift+Q, but it does not do that.). All the other commands seem...
Adding a lock screen directly into the window manager would be the most secure way to make sure no window content leaks above the lock screen. This is currently blocked...
Currently fireplace is also effected by https://github.com/Cloudef/wlc/issues/87 Changing the monitor configuration after launch may need to some unexpected bugs, that should be debugged and fixed rather soon than later.
Logging typo's in the config file instead of straight up denying should be a far better user experience. Decided against that option because there was no easy way to get...
Very cool project! Do you plan to add support for tabbed / stacked layouts supported by `i3` and (recently) `sway`?
It should relatively easy to implement basic output mirroring via `wlc_read_pixels` and `wlc_write_pixels`. This will likely not be very performant and we should strife for support in `wlc` itself, but...
There is a fork of redshift supporting wayland: https://github.com/giucam/redshift We need to implement the required wayland protocol and pass the values to `wlc` which has already support. To implement the...
Some time may pass between launching and application and the first created window. It would be nice to have the option to create windows on the space it was launched...