git-svn-id: http://svn.calculate.ru/calculate/trunk@2171 c91db197-33c1-4113-bf15-f8a5c547ca64

master
mhiretskiy 15 years ago
parent 12bc1f2d4c
commit 97d754595e

@ -1,82 +1,34 @@
(
Applications,
(
Info,
("Info Panel", INFO_PANEL),
(Legal, LEGAL_PANEL),
("System Console", EXEC, xconsole),
("System Load", SHEXEC, "xosview || xload"),
("Process List", EXEC, "xterm -e top"),
("Manual Browser", EXEC, xman)
),
(Run..., EXEC, "%a(Run,Type command to run:)"),
(XTerm, EXEC, "xterm -sb"),
("Mozilla Firefox", EXEC, firefox),
(Workspaces, WORKSPACE_MENU),
(
Applications,
(Gimp, SHEXEC, "gimp >/dev/null"),
(Ghostview, EXEC, "ghostview %a(Enter file to view)"),
(Xpdf, EXEC, "xpdf %a(Enter PDF to view)"),
(Abiword, EXEC, abiword),
(Dia, EXEC, dia),
(
OpenOffice.org,
(OpenOffice.org, EXEC, ooffice),
(Writer, EXEC, oowriter),
(Spreadsheet, EXEC, oocalc),
(Draw, EXEC, oodraw),
(Impress, EXEC, ooimpress)
),
(
Editors,
(XEmacs, EXEC, xemacs),
(Emacs, EXEC, emacs),
(XJed, EXEC, xjed),
(VI, EXEC, "xterm -e vi"),
(GVIM, EXEC, gvim),
(NEdit, EXEC, nedit),
(Xedit, EXEC, xedit)
),
(
Multimedia,
(
XMMS,
(XMMS, EXEC, xmms),
("XMMS play/pause", EXEC, "xmms -t"),
("XMMS stop", EXEC, "xmms -s")
),
("Xine video player", EXEC, xine),
(MPlayer, EXEC, mplayer)
)
(XTerm, EXEC, "xterm -sb"),
(VI, EXEC, "xterm -e vi"),
("Mozilla Firefox", EXEC, firefox)
),
(
Utils,
(Calculator, EXEC, xcalc),
("Process List", EXEC, "xterm -e top"),
(Wicd, EXEC, "wicd-client --no-tray"),
(
"Window Properties",
SHEXEC,
"xprop | xmessage -center -title 'xprop' -file -"
),
("Font Chooser", EXEC, xfontsel),
(Magnify, EXEC, wmagnify),
(Colormap, EXEC, xcmap),
("Kill X Application", EXEC, xkill)
),
(
Selection,
(Copy, SHEXEC, "echo '%s' | wxcopy"),
("Mail To", EXEC, "xterm -name mail -T Pine -e pine %s"),
(Navigate, EXEC, "mozilla %s"),
("Search in Manual", EXEC, "MANUAL_SEARCH(%s)")
(Navigate, EXEC, "mozilla %s")
),
(
Commands,
("Hide Others", HIDE_OTHERS),
("Show All", SHOW_ALL),
("Arrange Icons", ARRANGE_ICONS),
(Refresh, REFRESH),
(Lock, EXEC, "xlock -allowroot -usefirst")
(Refresh, REFRESH)
),
(
Appearance,
@ -197,13 +149,13 @@
),
("Preferences Utility", EXEC, "/usr/bin//WPrefs")
),
(Workspaces, WORKSPACE_MENU),
(Run..., EXEC, "%a(Run,Type command to run:)"),
(
Session,
("Save Session", SAVE_SESSION),
("Clear Session", CLEAR_SESSION),
("Restart Window Maker", RESTART),
("Start BlackBox", RESTART, blackbox),
("Start IceWM", RESTART, icewm),
(Exit, EXIT)
)
)

Loading…
Cancel
Save