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