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

Add a new mode for placing new windows, where it will attempt to be placed centered under the mouse cursor. If it would run off the edge of the screen...

So this is the one feature that I actually miss from Windows 7/10 and never saw implemented on Linux. On Windows when the user double-clicks the top or bottom window...

enhancement
external-feature

I have a multi monitor setup configured like this: ```ini [output:DP-2] mode = 1920x1080@239000 position = 0,0 transform = normal scale = 1.000000 [output:HDMI-A-2] mode = 1920x1080@60000 position = 1920,0...

bug
needs information

**Describe the bug** When enabling the mirror mode, wayfire segfaults. I'm not sure how linearly wayfire parses the configuration file, but I made sure to configure the display being mirrored...

bug

**Describe the bug** As far as i remember way back when i used wayfire the zoom plugin was stable while zooming in, i am now giving wayland another shot and...

bug

Maybe there is already a option for it, but is there any way to change the keyboard layout with a shortcut? This would be a nice feature when this is...

enhancement

When using wobbly windows, using wrot feels disorienting as it does not have the wobble effects. Id like to have those effects work for wrot by stretching one side of...

enhancement
help wanted
low-priority

Fixes the issue about motion of graphical tablets opened from me a while ago: #1137 I'm not an C++ developer and also do not really know how the wayfire internals...

In the code of the shadows plugin, I cannot get a reliable signal when `view->activated` is changed to false to check whether a view matches the configured condition. The plugin...

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:...