wayfire
wayfire copied to clipboard
A modular and extensible wayland compositor
**Describe the bug** Usually, wtype uses some Wayland keyboard protocol to emulate the Key down actions. However, it didn't work in wayfire but it's okay to type texts. **To Reproduce**...
Wayfire not building with it.
**Describe the bug** Wayfire crashes when started in a nested way (e.g. on Wayfire). Reverting 3cbc6b4c871aeb3856a90d3a2a2794e73207f3f9 fixes the issue. **To Reproduce** Try to start (e.g. from terminal) **Expected behavior** No...
**Description** After startup of a Wayfire session the wallpaper blinks when moving the mouse cursor, this behavior occurs before launching any application, after that no blinking. Blinking is synchronized with...
**Describe the bug** Maybe I'm making some obvious mistakes but window rules are not working in my Wayfire session. Here are the snippets: > [core] > plugins = animate command...
Modifying && Saving wayfire.ini is causing watch_events() to stop receiving IPC events. It’s possible that wayfire is unnecessarily reloading IPC plugins when changes are made to the configuration, which could...
The solution proposed by @killown to make the socket path unique. I have tested this and confirm that it works.
**Describe the bug** My graphics card is an AMD RX580. After upgrading Mesa from version 24.1.6 to 24.2.0, the hardware cursor broke, and Wayfire started using the software cursor. **To...
A text input `commit` may come with a `set_cursor_rectangle` request, and we need to update the input method popup to follow the text cursor on the client side. Previously we...