]> git.pld-linux.org Git - packages/WindowMaker.git/blob - WindowMaker-wmconfig.patch
- fixed typo s/compiliat/compliat/.
[packages/WindowMaker.git] / WindowMaker-wmconfig.patch
1 diff -urN WindowMaker-0.50.2.old/WindowMaker/menu WindowMaker-0.50.2/WindowMaker/menu
2 --- WindowMaker-0.50.2.old/WindowMaker/menu     Tue Jan 12 13:48:53 1999
3 +++ WindowMaker-0.50.2/WindowMaker/menu Mon Jan 18 16:36:38 1999
4 @@ -111,48 +109,10 @@
5                 "Process List" EXEC xterm -e top
6                 "Manual Browser" EXEC xman
7         "Info" END
8 -       "Run..." EXEC %a(Run,Type command to run:)
9         "XTerm" EXEC xterm -sb 
10         "Rxvt" EXEC rxvt -bg black -fg white -fn fixed
11         "Workspaces" WORKSPACE_MENU
12 -       "Applications" MENU
13 -               "Graphics" MENU
14 -                       "Gimp" EXEC gimp >/dev/null
15 -                       "XV" EXEC xv
16 -                       "XPaint" EXEC xpaint
17 -                       "XFig" EXEC xfig
18 -               "Graphics" END
19 -               "X File Manager" EXEC xfm
20 -               "OffiX Files" EXEC files
21 -               "LyX" EXEC lyx
22 -               "Netscape" EXEC netscape 
23 -               "Ghostview" EXEC ghostview %a(GhostView,Enter file to view)
24 -               "Acrobat" EXEC /usr/local/Acrobat3/bin/acroread %a(Acrobar,Enter PDF to view)
25 -               "TkDesk" EXEC tkdesk
26 -       "Applications" END
27 -       "Editors" MENU
28 -               "XFte" EXEC xfte
29 -               "XEmacs" EXEC xemacs || emacs
30 -               "XJed" EXEC xjed 
31 -               "NEdit" EXEC nedit
32 -               "Xedit" EXEC xedit
33 -               "VI" EXEC xterm -e vi
34 -       "Editors" END
35 -       "Miscellaneous" MENU
36 -               "Xmcd" EXEC xmcd 2> /dev/null
37 -               "Xplaycd" EXEC xplaycd
38 -               "Xmixer" EXEC xmixer
39 -       "Miscellaneous" END
40 -       "Utils" MENU
41 -               "Calculator" EXEC xcalc
42 -               "Window Properties" EXEC xprop | xmessage -center -title 'xprop' -file -
43 -               "Font Chooser" EXEC xfontsel
44 -               "Terminal Emulator" EXEC xminicom
45 -               "Magnify" EXEC xmag
46 -               "Colormap" EXEC xcmap
47 -               "XKill" EXEC xkill
48 -               "Clipboard" EXEC xclipboard
49 -       "Utils" END
50 +       "Applications" OPEN_MENU | wmconfig --output wmaker --rootmenu Applications 2>/dev/null 
51  
52         "Selection" MENU
53                 "Copy" EXEC echo '%s' | wxcopy
54 diff -urN WindowMaker-0.50.2.old/WindowMaker/plmenu WindowMaker-0.50.2/WindowMaker/plmenu
55 --- WindowMaker-0.50.2.old/WindowMaker/plmenu   Tue Jan 12 13:48:53 1999
56 +++ WindowMaker-0.50.2/WindowMaker/plmenu       Mon Jan 18 19:51:05 1999
57 @@ -11,45 +11,7 @@
58   ("XTerm", EXEC, "xterm -sb"),
59   ("Rxvt", EXEC, "rxvt -bg black -fg white -fn fixed"),
60   ("Workspaces", WORKSPACE_MENU),
61 - ("Applications",
62 -  ("Graphics",
63 -   ("Gimp", EXEC, "gimp >/dev/null"),
64 -   ("XV", EXEC, "xv"),
65 -   ("XPaint", EXEC, "xpaint"),
66 -   ("XFig", EXEC, "xfig")
67 -   ),
68 -  ("X File Manager", EXEC, "xfm"),
69 -  ("OffiX Files", EXEC, "files"),
70 -  ("LyX", EXEC, "lyx"),
71 -  ("Netscape", EXEC, "netscape"),
72 -  ("Ghostview", EXEC, "ghostview %a(Enter file to view)"),
73 -  ("Acrobat", EXEC, "/usr/local/Acrobat3/bin/acroread %a(Enter PDF to view)"),
74 -  ("TkDesk", EXEC, "tkdesk")
75 -  ),
76 - ("Editors",
77 -  ("XFte", EXEC, "xfte"),
78 -  ("XEmacs", EXEC, "xemacs || emacs"),
79 -  ("XJed", EXEC, "xjed"),
80 -  ("NEdit", EXEC, "nedit"),
81 -  ("Xedit", EXEC, "xedit"),
82 -  ("VI", EXEC, "xterm -e vi")
83 -  ),
84 - ("Miscellaneous",
85 -  ("Xmcd", EXEC, "xmcd 2> /dev/null"),
86 -  ("Xplaycd", EXEC, "xplaycd"),
87 -  ("Xmixer", EXEC, "xmixer")
88 -  ),
89 - ("Utils",
90 -  ("Calculator", EXEC, "xcalc"),
91 -  ("Window Properties", EXEC, "xprop | xmessage -center -title 'xprop' -file -"),
92 -  ("Font Chooser", EXEC, "xfontsel"),
93 -  ("Terminal Emulator", EXEC, "xminicom"),
94 -  ("Magnify", EXEC, "xmag"),
95 -  ("Colormap", EXEC, "xcmap"),
96 -  ("XKill", EXEC, "xkill"),
97 -  ("ASClock", EXEC, "asclock -shape"),
98 -  ("Clipboard", EXEC, "xclipboard")
99 -  ),
100 + ("Applications", OPEN_MENU, "| wmconfig --output wmaker --rootmenu Applications 2>/dev/null "),
101   ("Selection",
102    ("Copy", EXEC, "echo '%s' | wxcopy"),
103    ("Mail To", EXEC, "xterm -name mail -T Pine -e pine %s"),
This page took 0.123036 seconds and 3 git commands to generate.