Skip to content

Commit

Permalink
wmgenmenu: add a few programs
Browse files Browse the repository at this point in the history
  • Loading branch information
crmafra committed Jan 22, 2019
1 parent 8b919b0 commit f1809a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions util/wmgenmenu.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@

char *Terminals[MAX_NR_APPS][2] = {
{ N_("xterm"), "xterm" },
{ N_("st"), "st" },
{ N_("mrxvt"), "mrxvt" },
{ N_("Konsole"), "konsole" },
{ N_("Urxvt"), "urxvt" },
Expand Down Expand Up @@ -79,6 +80,7 @@ char *Graphics[MAX_NR_APPS][2] = {
{ N_("KPaint"), "kpaint" },
{ N_("Blender"), "blender" },
{ N_("KSnapshot"), "ksnapshot" },
{ N_("Spectacle"), "spectacle" },
{ N_("GPhoto"), "gphoto" },
{ N_("DigiKam"), "digikam" },
{ N_("GQview"), "gqview" },
Expand Down Expand Up @@ -127,6 +129,7 @@ char *Multimedia[MAX_NR_APPS][2] = {
{ N_("XawTV"), "xawtv" },
{ N_("XPlayCD"), "xplaycd" },
{ N_("XBMC"), "xbmc" },
{ N_("Kodi"), "kodi" },
{ NULL, NULL}
};

Expand Down

0 comments on commit f1809a7

Please sign in to comment.