📄 00000002.htm
字号:
# are set, the last one specified is used. <BR># 设定视窗选项和美化功能, 如果对於单一视窗有相容的格式的设定, 那麽格式就会以混合的方式显现, 若有相冲突的格式设定, 那就会以最後设定的为准. <BR># These commands should command before any menus or functions are defined, <BR># and before the internal pager is started. <BR># 这些设定必须在menu或function被定义以前设好, 而且也要在内部的pager开始以前设好 <BR> <BR># <BR># Default border and handle widths <BR># 内定的边界大小 <BR>Style "*" BorderWidth 4, HandleWidth 4 <BR> <BR>Style "Fvwm*" NoTitle, Sticky, WindowListSkip <BR>Style "Fvwm Pager" StaysOnTop, NoHandles <BR>Style "FvwmBanner" StaysOnTop <BR>Style "FvwmButtons" NoTitle, NoHandles, Sticky, WindowListSkip,BorderWidth 3 <BR>Style "*lock" NoTitle, NoHandles, Sticky, WindowListSkip <BR>Style "xbiff" NoTitle, Sticky, WindowListSkip <BR> <BR># <BR># Some mini-icons for the title bar <BR># 设定一些在标题列左方的小图示 <BR>Style "*" TitleIcon mini-x2.xpm <BR>Style "*xterm*" TitleIcon mini-term.xpm <BR>Style "rxvt" TitleIcon mini-term.xpm <BR>Style "xcalc" TitleIcon mini-calc.xpm <BR>Style "xsession" TitleIcon mini-bx2.xpm <BR>Style "xv" TitleIcon mini-xv.xpm <BR>Style "Netscape" TitleIcon mini-nscape.xpm <BR>Style "xmag" TitleIcon mini-zoom.xpm <BR>Style "textedit" TitleIcon mini-edit.xpm <BR>Style "tkps" TitleIcon mini-run.xpm <BR>Style "Ghostview" TitleIcon mini-gv.xpm <BR>Style "Xcolorsel" TitleIcon mini-colors.xpm <BR>Style "IDL*" TitleIcon mini-zoom.xpm <BR>Style "xeyes" TitleIcon mini-eyes.xpm <BR>Style "*fm*" TitleIcon mini-filemgr.xpm <BR># xman resource names <BR># xman 用的小图示 <BR>Style "topBox" TitleIcon mini-book1.xpm <BR>Style "help" TitleIcon mini-book2.xpm <BR>Style "manualBrowser" TitleIcon mini-book2.xpm <BR># xpaint resource names <BR># xpaint 用的小图示 <BR>Style "xpaint" TitleIcon mini-paint.xpm <BR>Style "Canvas" TitleIcon mini-paint.xpm <BR>Style "fatbits" TitleIcon mini-paint.xpm <BR>Style "filebrowser" TitleIcon mini-ofolder.xpm <BR> <BR>Style "FvwmFile" TitleIcon mini-ofolder.xpm <BR>Style "XDbx" TitleIcon mini-bug2.xpm <BR> <BR> <BR>#Style "rxvt" Icon term.xpm <BR>#Style "xterm" Icon xterm.xpm <BR>#Style "color_xterm" Icon rterm.xpm <BR>#Style "Appointment" Icon datebook.xpm <BR>#Style "xcalc" Icon Rcalc.xpm <BR>#Style "xbiff" Icon mail1.xpm <BR>#Style "xmh" Icon mail1.xpm, StartsOnDesk 2 <BR>#Style "xman" Icon xman.xpm <BR>#Style "xvgr" Icon graphs.xpm <BR>#Style "matlab" Icon math4.xpm <BR>#Style "xmag" Icon mag_glass.xpm <BR>#Style "xgraph" Icon graphs.xpm <BR>#Style "xv" Icon xview.xpm <BR>#Style "FvwmButtons" Icon toolbox.xpm <BR>#Style "xconsole" Icon koala.xpm <BR>#Style "xsession" Icon koala.xpm <BR>#Style "textedit" Icon textedit.xpm <BR>#Style "ghostview" Icon gv.xpm <BR> <BR>#========================================================================# <BR> <BR># <BR># Stuff to do at start-up <BR># 起动fvwm95时该做的一些事 <BR> <BR># AddToFunc 功能名称 动作方式 工作事项 <BR># 动作方式有 "I" 当此功能被使用时, 立即动作 <BR># "M" 则是mouse有动作时才启动 <BR># "D" 双击mouse键才会动作 <BR>AddToFunc "InitFunction" "I" Exec xsetroot -solid cyan4 & <BR>+ "I" Module FvwmBanner <BR>+ "I" Module FvwmButtons <BR>+ "I" Module FvwmTaskBar <BR>+ "I" Module FvwmPager 0 3 <BR> <BR>AddToFunc "RestartFunction" "I" Module FvwmButtons <BR>+ "I" Module FvwmTaskBar <BR>#+ "I" Module FvwmPager 0 3 <BR> <BR> <BR>#========================================================================# <BR> <BR># Now define some handy complex functions <BR># 现在开始定义一些方便的复杂功能 <BR># <BR># This one moves and then raises the window if you drag the mouse, <BR># only raises the window if you click, or does a full maximize if <BR># you double click <BR># 这个功能是用於当你将mouse移到标题列时按著mouse并移动时, 便可移动并上升视窗用的 <BR># 单击一次mouse键则会使视窗上升, 双击则可放大整个window <BR>AddToFunc "Move-or-Raise" "M" Move <BR>+ "M" Raise <BR>+ "C" Raise <BR>+ "D" Maximize 100 100 <BR> <BR># <BR># This one moves and then lowers the window if you drag the mouse, <BR># only lowers the window if you click, or does a RaiseLower if you double <BR># click <BR># 这个功能是用於移动并下降视窗用的 <BR># 单击一次mouse键则会使视窗下降, 双击则可转换成上升或下降 <BR> <BR>AddToFunc "Move-or-Lower" "M" Move <BR>+ "M" Lower <BR>+ "C" Lower <BR>+ "D" RaiseLower <BR> <BR># <BR># This one moves or (de)iconifies: <BR># 这个功能在於移动或做图示化 <BR>AddToFunc "Move-or-Iconify" "M" Move <BR>+ "D" Iconify <BR> <BR># <BR># This one resizes and then raises the window if you drag the mouse, <BR>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -