📄 00000002.htm
字号:
# .fvwm2rc95 的设定档□例, 适用於fvwm95-2.0.41版 <BR> <BR>#========================================================================# <BR> <BR># <BR># Fonts - one for window titles, another for icons, and another for the menus <BR># 字形 --- 一个用来设定视窗标题, 第二个给图示说明, 第三个给menu用. <BR>WindowFont -adobe-times-bold-i-*-*-14-*-*-*-*-*-*-* <BR>IconFont fixed <BR>MenuFont -adobe-helvetica-medium-r-*-*-*-140-*-*-*-*-*-* <BR> <BR># <BR># Set the default window colors. The syntax is: <BR># DefaultColors winforecolor winbackcolor titleforecolor titlebackcolor <BR># where: <BR># winbackcolor is the background (border) color of all windows, <BR># including the menu windows <BR># winforecolor is used for the menu text <BR># titlebackcolor is the background color used for title bars of <BR># non selected windows <BR># titleforecolor is the color of the title text of non selected windows <BR># <BR># 设定内定的视窗频色. 语法如下: <BR># DefaultColors 视窗前景颜色 视窗背景颜色 视窗标题前景颜色 视窗标题背景颜色 <BR># 视窗前景颜色 : 给menu的文字用的颜色 <BR># 视窗背景颜色 : 给所有视窗用的背景(边界)颜色, 包括menu视窗 <BR># 视窗标题前景颜色 : 非使用中的视窗标题文字颜色 <BR># 视窗标题背景颜色 : 非使用中的视窗标题背景颜色 <BR># <BR>DefaultColors Black #c0c0c0 #c0c0c0 grey51 <BR> <BR># <BR># Text and background color for the title bar of the active (selected) window <BR># 使用中的视窗之文字和背景颜色 <BR># <BR>HilightColors yellow #101080 <BR> <BR># <BR># Text and background color for the title bar of sticky windows <BR># 定位视窗之文字和背景颜色 <BR># <BR>StickyColors blue #60c080 <BR> <BR># You can also use the Style command to set the colors of individual <BR># title bars of some non-selected windows <BR># 你也可以使用 Style 命令来设定其它非使用中视窗的标题颜色 <BR># <BR>#Style "*" ForeColor #c0c0c0 <BR>#Style "*" BackColor grey51 <BR> <BR>#========================================================================# <BR> <BR># <BR># Set up the major operating modes <BR># 设定主要的操作模式 <BR># <BR> <BR>Style "*" MouseFocus <BR>#Style "*" SloppyFocus <BR>#Style "*" ClickToFocus <BR># Comment the above and uncomment one of the following if you prefer <BR># focus follow mouse. <BR># 将上述之一解除标示以选择如何选择视窗 <BR># Style "*" MouseFocus : 当mouse移到视窗时即可使用该视窗 <BR># Style "*" SloppyFocus : 当mouse移到视窗, mmmm...看不出和MouseFocus有何不同? <BR># Style "*" ClickToFocus : 当mouse移到视窗, 且在标题列按一下mouse左键,即可使用该视窗 <BR> <BR> <BR># If we use the FvwmTaskBar we don't need the icons :-) <BR># Style "..." Icon are also commented below. <BR># 如果我们使用FvwmTaskBar, 那我们就不必用 icon了, 不是吗? Ya...... <BR># 至於其它有关Style指令的说明, 请参考man fvwm95-2 <BR># 其格式为 : <BR># Style "视窗名称" 功能 ------ 其视窗名称可使用万用字元 <BR>Style "*" NoIcon <BR>Style "*" MWMFunctions <BR>Style "*" HintOverride <BR>Style "*" MWMDecor <BR>Style "*" DecorateTransient <BR> <BR>OpaqueMoveSize 100 <BR># 视窗移动时视窗显示之百分比, 其百分比是移动视窗与整个视窗的比例 <BR># 0 :只显示边界 ---- 100: 完全显示 <BR>EdgeScroll 100 100 <BR># 虚拟桌面之卷动方式, 当mouse 游标移到桌面之某百分比时, 桌面便会跳到其它桌面 <BR># EdgeScroll 水平比例 垂直比例 <BR>EdgeResistance 10000 0 <BR># 虚拟桌面卷动之困难度与视窗移动之困难度 <BR># 第一个数字是当mouse移到边界多少毫秒之後便移到下个虚拟桌面 <BR># 第二个数字则表示视窗移动多少个pixel之後才会移到下个视窗 <BR> <BR> <BR># <BR># RandomPlacement prevents user interaction while placing windows: <BR># RandomPlacement 可以让使用者在开新视窗时, 新视窗可随机选择位置出现 <BR># SmartPlacement 则可以使新视窗在不占其它视窗的位置的地方出现 <BR>Style "*" RandomPlacement <BR>Style "*" SmartPlacement <BR> <BR># <BR># NoPPosition instructs fvwm to ignore the PPosition field in window <BR># geometry hints. Emacs annoyingly sets PPosition to (0,0)! <BR># mmmm.....好像不是很重要.... 我找不到比较重要的说明.... ^{^ <BR>Style "*" NoPPosition <BR> <BR>#========================================================================# <BR> <BR># <BR># Set the desk top size in units of physical screen size <BR># 设定虚拟桌面对於真实桌面的大小 <BR># DeskTopSize 水平x垂直 <BR>DeskTopSize 3x2 <BR> <BR>#========================================================================# <BR> <BR># <BR># Module path and paths to the icons <BR># 模组的路径, 图示的路径 <BR>ModulePath /usr/X11R6/lib/X11/fvwm95-2/ <BR>PixmapPath /usr/include/X11/pixmaps/:/usr/lib/X11/mini-icons/ <BR>IconPath /usr/include/X11/bitmaps/:/usr/lib/TheNextLevel/pixmaps/ <BR> <BR>#========================================================================# <BR> <BR># Set the decoration styles and window options <BR># If compatible styles are set for a single window in multiple Style <BR># commands, then the styles are ORed together. If conflicting styles <BR>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -