Scott Moreau
Scott Moreau
If you had a shell and didn't install it, it could be that wf-shell was installed anyway somehow. You might need to set `WLR_NO_HARDWARE_CURSORS` for cursor to show up on...
Might the oswitch plugin be what you're looking for? It allows you to switch a surface to a different output using a keybinding. See [the wiki](https://github.com/WayfireWM/wayfire/wiki/Configuration#output-switcher) for more info.
There is oswitch plugin for switching outputs but I do not believe it is directional. Also see #776.
@ammen99 I can reproduce this with latest wayfire and latest foot terminal. This is the backtrace I get: ``` II 22-08-22 19:55:04.210 - [src/view/xdg-shell.cpp:201] new xdg_shell_stable surface: (null) app-id: foot...
This could happen if wf-shell is not installed.
> I would love to get this feature a bit earlier than 0.9 ;) > > I have some trouble with the gnome-keyring popup as that doesn't automatically raise for...
Is there some reason why you're running with sudo? Do you get the same message about running with `WLR_RENDERER_ALLOW_SOFTWARE=1` set when running without sudo?
This is a known problem since durations now have optional easing types. Here is [a patch](https://termbin.com/kd1a) to fix it but it's not completed yet. Once it is, we can make...
Is this not able to be fixed by only modifying the preserve-output plugin? Seems like that might be a better place for this to live.
> I wrote a method `change_brightness()` which reads and writes to `/sys/class/backlight/` to change the brightness. This requires that the running user be in the `video` group. Personally I'm fine...