My Simple Window Maker Menu
(
Menu,
(
Applications,
(
Terminal,
EXEC,
"/usr/bin/aterm -tr -tint red -fg black -fg cyan -fade 70"
),
(Browser, EXEC, firefox),
(Messenger, EXEC, gaim),
("Media Player", EXEC, xine),
("Mp3 Player", EXEC, xmms),
("File Manager", EXEC, xfe)
),
(
"WM Configuration",
(
Settings,
(Shortcuts, EXEC, "wmakerconf --show shortcuts"),
(Mouse, EXEC, "wmakerconf --show mouse"),
(Effects, EXEC, "wmakerconf --show effects"),
(Windows, EXEC, "wmakerconf --show windows"),
(Workspace, EXEC, "wmakerconf --show workspace"),
(Paths, EXEC, "wmakerconf --show paths"),
(Misc, EXEC, "wmakerconf --show misc")
),
(Menu, EXEC, "wmakerconf --show menu"),
(Appearance, EXEC, "wmakerconf --show appearance"),
(Themes, EXEC, "wmakerconf --show themes")
),
(
WMaker,
("Restart wmaker", RESTART),
("Exit wmaker", EXIT),
("Refresh Screen", REFRESH),
("Arrange Windows", ARRANGE_ICONS),
("Hide Other Windows", HIDE_OTHERS),
("Show All Windows", SHOW_ALL),
("Show Info Panel", INFO_PANEL),
("Show Legal Panel", LEGAL_PANEL)
)
)
|