wmmon: Add desktop entry file.
This commit is contained in:
parent
3ec1a9cde3
commit
ce3921d830
|
@ -5,3 +5,6 @@ EXTRA_DIST = BUGS CHANGES HINTS
|
||||||
|
|
||||||
AM_CFLAGS = $(x11_CFLAGS) $(dockapp_CFLAGS)
|
AM_CFLAGS = $(x11_CFLAGS) $(dockapp_CFLAGS)
|
||||||
LIBS += $(x11_LIBS) $(dockapp_LIBS)
|
LIBS += $(x11_LIBS) $(dockapp_LIBS)
|
||||||
|
|
||||||
|
desktopdir = $(datadir)/applications
|
||||||
|
dist_desktop_DATA = wmmon.desktop
|
||||||
|
|
7
wmmon/wmmon.desktop
Normal file
7
wmmon/wmmon.desktop
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
[Desktop Entry]
|
||||||
|
Type=Application
|
||||||
|
Name=wmmon
|
||||||
|
Comment=Window Maker dockapp for monitoring system information
|
||||||
|
Exec=wmmon
|
||||||
|
Categories=System;Monitor;
|
||||||
|
Keywords=cpu;system load;monitor;dockapp;window maker;
|
Loading…
Reference in a new issue