mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-14 04:45:57 +01:00
updated menus for SHEXEC
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
* WORKSPACE_MENU - adds a submenu for workspace operations. Only one
|
||||
* workspace_menu is allowed.
|
||||
* EXEC <program> - executes an external program
|
||||
* SHEXEC <command> - executes a shell command (like gimp > /dev/null)
|
||||
* EXIT - exits the window manager
|
||||
* RESTART [<window manager>] - restarts WindowMaker or start another
|
||||
* window manager
|
||||
@@ -108,7 +109,7 @@
|
||||
"信息面板..." INFO_PANEL
|
||||
"版权..." LEGAL_PANEL
|
||||
"系统控制台" EXEC xconsole
|
||||
"系统负载" EXEC xosview || xload
|
||||
"系统负载" SHEXEC xosview || xload
|
||||
"进程列表" EXEC xterm -e top
|
||||
"手册浏览器" EXEC xman
|
||||
"信息" END
|
||||
@@ -121,10 +122,10 @@
|
||||
"工作空间" WORKSPACE_MENU
|
||||
|
||||
"选择" MENU
|
||||
"复制" EXEC echo '%s' | wxcopy
|
||||
"复制" SHEXEC echo '%s' | wxcopy
|
||||
"发送邮件" EXEC xterm -name mail -T "Pine" -e pine %s
|
||||
"浏览" EXEC netscape %s
|
||||
"查找手册" EXEC MANUAL_SEARCH(%s)
|
||||
"查找手册" SHEXEC MANUAL_SEARCH(%s)
|
||||
"选择" END
|
||||
|
||||
"工作空间" MENU
|
||||
|
||||
Reference in New Issue
Block a user