wayfire
wayfire copied to clipboard
A modular and extensible wayland compositor
if you keep resizing a view until it disappear, wayfire events will report a weird data like {'x': 1892042110, 'y': 29637} `{'event': 'view-workspace-changed', 'from': {'x': 1892042110, 'y': 29637}, 'to': {'x':...
**Describe the bug** to reproduce the issue is necessary cube plugin and blur/alpha enabled on the view ~ ❯❯❯ cat /tmp/wayfire-log.txt | grep git II 16-06-25 20:50:06.525 - [render/gles2/renderer.c:539] Using...
**Describe the bug** When opening gtk3 app like wcm or caja on empty screen , maximizing it an then restoring back the artifacts remain in the places where the background...
Also continuation of #2527 and #2626, creating a (mostly) complete solution for focus stealing prevention. This adds an option (`core/focus_on_map`) that determines whether newly mapped (opened) views are focused. The...
Continuation of #2527 This implements focus stealing in a straightforward way by disallowing xdg-activation tokens if the view that generated them is not focused anymore. So this is about the...
Fixes #2647.
When running wayfire at refresh rates above 60Hz with `adaptive sync` enabled, the screen flickers. more info: https://github.com/swaywm/sway/issues/7087
decoration.font Sets the font to use for the title bars, via a Pango font description string (e.g. Gentium Plus 12). The default is sans-serif. but for example I try font...
For security reasons i prefer to use the browser as another user. Im not sure why wayfire is not capable of running applications as another user. And why sway is...