openbox icon indicating copy to clipboard operation
openbox copied to clipboard

mirror of the openbox repo

Results 14 openbox issues
Sort by recently updated
recently updated
newest added

Print summary of X11 extensions that were found by configure.

Advertise support for the `GTK_FRAME_EXTENTS` property via `NET_SUPPORTED`. The property, however, is ignored if set, but just advertising support enables full GTK client-side decoration, i.e. rounded corners and drop shadows....

Some applications don't provide their own icons. By default, Openbox sets a generic icon for these applications. Other environments, such as GNOME, instead supply an icon from /usr/share/pixmaps or the...

In `openbox/client.c:client_update_icons()`, if a window doesn't have an icon explicitly set and it doesn't have any parents to inherit an icon from, Openbox sets one: ```c OBT_PROP_SETA32(self->window, NET_WM_ICON, CARDINAL, ldata,...