wayfire
wayfire copied to clipboard
A modular and extensible wayland compositor
Hi, I am on gnome but I not entirely happy with it and which direction the project goes. However I like the workflow. The gnome workflow can nearly 100% recreate...
I need help, I am new at using wayland, and I am not very advanced at using technology personally. I am using a pinebook pro, and I am running devuan...
**Describe the bug** After starting the idea and writing code for a few minutes, wayfire crashes. **To Reproduce** Steps to reproduce the behavior: 1. Start wayfire in tty, open idea...
Currently `config.h.in` defines the macro `WF_SRC_DIR`, which hardcodes the source code directory path during build: https://github.com/WayfireWM/wayfire/blob/ce3a37c7ee230e917be194a56bbec822bdb78aec/config.h.in#L6 https://github.com/WayfireWM/wayfire/blob/ce3a37c7ee230e917be194a56bbec822bdb78aec/meson.build#L77 However, it seems that `WF_SRC_DIR` is not used anywhere in the wayfire project....
**Describe the bug** When running games in xwayland, cursor events are not forwarded to the application. If the game uses a custom cursor, the cursor moves correctly but **To Reproduce**...
I'm using `zoom` plugin. When zooming on the desktop, Wayfire freezes (I can only move mouse), and the logs get spammed with: ``` EE 29-07-22 19:19:18.532 - [GLES2] GL_INVALID_OPERATION in...
implement threadpool TODOs from fire/particle.cpp add a threadpool to wayfire the threadpool is also available to plugins to submit tasks, via submit_task. reduces the burden on each plugin to implement...
Signed-off-by: Aisha Tammy
**Describe the bug** Currently, we should cycle through all the views to get back to the view which was previously in focus. Ideally, pressing Alt-Tab (or equivalent binding) twice should...
Basic keyboard shortcuts inhibitor support (no configuration). fixes #1171.