wayfire icon indicating copy to clipboard operation
wayfire copied to clipboard

A modular and extensible wayland compositor

Results 321 wayfire issues
Sort by recently updated
recently updated
newest added

I've been trying to control the Z-order of various UI elements. In particular, I've been trying to get Waybar to appear over `wf-dock`. This allows setting up a window rule...

Changing `input.cursor_size` doesn't affect the cursor size, even after restart. I compiled _Wayfire_ from the `master` branch.

needs information

`[]` should be avoided where possible as it causes things that look like simple lookups to actually perform insertions. `[]` replaced with explicit operators where possible. `[] = ...` assignments...

The plugin grab APIs are a bit weird right now, and they duplicate functionality provided by signals for input handling. It might make more sense to remove the grab API...

api-breaking

**Describe the bug** While coming out of "Show desktop" (from wm-actions plugin), wayfire gives keyboard focus to the client which last held _**explicit keyboard focus**_ (see point 3, below), even...

bug

Expo works great, but as a lot of windows inevitably contain text, it can look kind of ugly when everything is scaled down. Would it be plausible to enable antialiasing?...

enhancement

Firstly, I just discovered this project and it's exactly what I've been looking for. Minimal but good looking and animated, wayland and inbuilt tiling! Great work! One slight frustration I...

enhancement

The window is positioned by client, but it will be placed to center by the place plugin. Set is_positioned to place plugin to avoid this issue. Signed-off-by: Chaojiang Luo Change-Id:...

**Describe the bug** See title. **To Reproduce** Steps to reproduce the behavior: 1. Enable `scale` plugin and activate `toggle_all` 2. Select a window on a different workspace 3. In the...

bug

I just discovered a program that would let me create gesture actions and it takes a command as an argument. How do I trigger plugin actions from the CLI? Is...