trigg
trigg
When a `command_output_tooltip_*` key is used we get excessive calling of the command on mouseovers. https://github.com/WayfireWM/wf-shell/blob/3e7576f1a74abf746d3b6c3da914a428bbbd2ca7/src/panel/widgets/command-output.cpp#L131 The `signal_query_tooltip` callback is called for all mouse movement over the widget.
Changes `expand` `fill` and `hexpand` very liberally across the entire panel. reloading widget lists sets or unsets expand & fill for the container to allow space to propagate to window-list...
Extensive changes to bring the code base up to working on GTK4. Dependencies: - gtkmm 3 > 4 (same for gdk, glib so on) - gtk-layer-shell > gtk4-layer-shell - libdbusmenu-gtk3...
**Describe the bug** When a lockscreen has crashed, the underlying desktop may be seen through the semi-transparent pixels of the crash image. **To Reproduce** Place an identifiable pattern on desktop,...
For edges that have assigned edge-swipe gestures it would be nice if the swipe event was not forwarded to the client underneath. As mentioned in chat, this would probably be...
# Road to v1.0.0 This PR represents a complete overhaul of this project. The project had languished in GTK3 for quite long enough and needed to be updated. The old...