Scott Moreau
Scott Moreau
wf-panel has a volume widget that you can enable in the config. It does not have bluetooth, brightness or tray widgets.
> Doesn't the window menu depend on which view triggers it? For example, some views aren't maximizable. Or views might be maximized already and so the menu should show "restore"...
There are a few issues with this plugin, namely crashes related to [this bug](https://github.com/WayfireWM/wayfire/issues/837), which should be fixed first. Also, a menu application is needed that communicates with wayfire, either...
> @soreau In case you're interested: I've coded the alternative `nwgocc` command in Go. For now it won't work standalone (needs `nwgcc` installed), but it executes twice as fast as...
I think of this as a more advanced version of sticky. Marking a view sticky simply means that it appears on all workspaces. You could do this in a plugin...
@ammen99 Is this now possible since [f483bc4c](https://github.com/WayfireWM/wayfire/commit/f483bc4cd7f0a04af9a35b2033da2f4146bd033f)?
I've written a [wallpaper plugin](https://github.com/soreau/wayfire-plugins-extra/blob/master/src/wallpaper.cpp) that loads random images from the internet for each workspace. It could be adapted to support loading files/directories like wf-background.
I think the problem might be that xfwm4-wayland starts xfwm4 but it crashes, leaving a dangling pointer in `shell->resources`. The resource is inserted in `bind_desktop_shell` but not removed in `unbind_desktop_shell`....