mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-24 23:22:30 +01:00
Drawers are horizontal docks, and they can themselves only live in the dock To use them, right click on the dock or a docked appicon and select "Add a drawer". Then move appicons into the drawer (drag them with the mouse). You may change the icon of the drawer. By default, drawers auto-expand and -collapse, and auto-raise/lower. This can be customized in the same way as for the clip. Set DisableDrawers to YES in G/D/WindowMaker if you do not want to see the menu entry to add a drawer. Just discovered this bug: the auto-attract icon functionality will not work (to be precise, it crashes WM!) if the clip is disabled (NoClip=YES). Will fix shortly, of course.
78 lines
1.0 KiB
Makefile
78 lines
1.0 KiB
Makefile
|
|
defsdatadir = $(pkgdatadir)/Icons
|
|
|
|
|
|
defsdata_DATA = \
|
|
BitchX.tiff\
|
|
BitchX.xpm\
|
|
clip.tiff\
|
|
clip.xpm\
|
|
defaultAppIcon.tiff\
|
|
defaultAppIcon.xpm\
|
|
defaultterm.tiff\
|
|
defaultterm.xpm\
|
|
draw.tiff\
|
|
draw.xpm\
|
|
Drawer.png\
|
|
Ear.png\
|
|
Ftp.png\
|
|
GNUstep3D.tiff\
|
|
GNUstep3D.xpm\
|
|
GNUstepGlow.tiff\
|
|
GNUstepGlow.xpm\
|
|
GNUstep.tiff\
|
|
GNUstep.xpm\
|
|
GNUterm.tiff\
|
|
GNUterm.xpm\
|
|
GreenWilber.png\
|
|
ICQ.png\
|
|
Jabber.png\
|
|
linuxterm.tiff\
|
|
linuxterm.xpm\
|
|
Magnify.tiff\
|
|
Magnify.xpm\
|
|
mixer.tiff\
|
|
mixer.xpm\
|
|
Mouth.png\
|
|
Mozilla.png\
|
|
notepad.tiff\
|
|
notepad.xpm\
|
|
pdf.tiff\
|
|
pdf.xpm\
|
|
Pencil.png\
|
|
Pen.png\
|
|
ps.tiff\
|
|
ps.xpm\
|
|
README\
|
|
Real.png\
|
|
real.tiff\
|
|
real.xpm\
|
|
sgiterm.tiff\
|
|
sgiterm.xpm\
|
|
Shell.png\
|
|
Speaker.png\
|
|
staroffice2.tiff\
|
|
staroffice2.xpm\
|
|
TerminalGNUstep.tiff\
|
|
TerminalGNUstep.xpm\
|
|
TerminalLinux.tiff\
|
|
TerminalLinux.xpm\
|
|
Terminal.tiff\
|
|
Terminal.xpm\
|
|
timer.tiff\
|
|
timer.xpm\
|
|
wilber.tiff\
|
|
wilber.xpm\
|
|
Wine.png\
|
|
write.tiff\
|
|
write.xpm\
|
|
XChat.png\
|
|
xdvi.tiff\
|
|
xdvi.xpm\
|
|
xv.tiff\
|
|
xv.xpm
|
|
|
|
|
|
EXTRA_DIST = $(defsdata_DATA)
|
|
|