mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-01 19:42:32 +01:00
- removed the collapse appicons thing
- added real appicon sharing (apps of the same kind will have a single shared appicon).
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
WSoundServer = {Icon = sound.#extension#;};
|
||||
panel.Panel = {NoAppIcon = YES;};
|
||||
gmc.Gmc = {NoAppIcon = YES;};
|
||||
XTerm = {Icon = Terminal.#extension#;};
|
||||
NXTerm = {Icon = Terminal.#extension#;};
|
||||
XTerm = {SharedAppIcon = Yes;Icon = Terminal.#extension#;};
|
||||
NXTerm = {SharedAppIcon = Yes;Icon = Terminal.#extension#;};
|
||||
ScilabGraphic0.Xscilab = {KeepInsideScreen=YES;};
|
||||
ScilabGraphic1.Xscilab = {KeepInsideScreen=YES;};
|
||||
ScilabGraphic2.Xscilab = {KeepInsideScreen=YES;};
|
||||
@@ -46,7 +46,7 @@
|
||||
Xmag = {Icon = inspect.xpm;};
|
||||
Xmessage = {Icon = Reference.xpm;};
|
||||
XConsole = {Icon = inspect.xpm;Omnipresent = Yes;};
|
||||
Fte = {Icon = Clipboard.xpm;};
|
||||
Fte = {SharedAppIcon = Yes;Icon = Clipboard.tif;};
|
||||
xjed = {Icon = Clipboard.xpm;};
|
||||
xedit = {Icon = notepad.#extension#;};
|
||||
xmixer = {Icon = mixer.#extension#;};
|
||||
|
||||
Reference in New Issue
Block a user