mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 04:20:27 +01:00
All the non-Window Maker-specific icons have been removed from the default configuration in WMWindowAttributes. In addition, the icon for drawers has been added to WMWindowAttributes. Also, it has been changed from a .png file to a .tiff and .xpm to bring it in line with the other provided icons. Update: in the original version of this patch, I neglected to modify the appropriate Makefile.am to account for the drawer icon changes.
8 lines
256 B
Plaintext
8 lines
256 B
Plaintext
{
|
|
Logo.WMDock = {Icon = GNUstepGlow.#extension#;};
|
|
Logo.WMPanel = {Icon = GNUstep.#extension#;};
|
|
Logo.WMClip = {Icon = clip.#extension#;};
|
|
WMDrawer = {Icon = Drawer.#extension#;};
|
|
"*" = {Icon = defaultAppIcon.#extension#;SharedAppIcon = Yes;};
|
|
}
|