<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>OpenBox配置</title>
<link rel="stylesheet" href="docbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.74.0">
<link rel="home" href="index.html" title="开源世界旅行手册">
<link rel="up" href="ch38.html" title="第 38 章 openbox 工作环境">
<link rel="prev" href="ch38s04.html" title="OpenBox自动运行">
<link rel="next" href="ch38s06.html" title="conky配置">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<div class="navheader">
<table width="100%" summary="Navigation header">
<tr><th colspan="3" align="center">OpenBox配置</th></tr>
<tr>
<td width="20%" align="left">
<a accesskey="p" href="ch38s04.html">上一页</a> </td>
<th width="60%" align="center">第 38 章 openbox 工作环境</th>
<td width="20%" align="right"> <a accesskey="n" href="ch38s06.html">下一页</a>
</td>
</tr>
</table>
<hr>
</div>
<div class="sect1" lang="zh-cn">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="id3115616"></a>OpenBox配置</h2></div></div></div>
<p>
~/.config/openbox/rc.xml
</p>
<pre class="screen">
<?xml version="1.0" encoding="UTF-8"?>
<!-- Do not edit this file, it will be overwritten on install.
Copy the file to $HOME/.config/openbox/ instead. -->
<openbox_config xmlns="http://openbox.org/3.4/rc">
<resistance>
<strength>10</strength>
<screen_edge_strength>20</screen_edge_strength>
</resistance>
<focus>
<focusNew>yes</focusNew>
<!-- always try to focus new windows when they appear. other rules do
apply -->
<followMouse>no</followMouse>
<!-- move focus to a window when you move the mouse into it -->
<focusLast>yes</focusLast>
<!-- focus the last used window when changing desktops, instead of the one
under the mouse pointer. when followMouse is enabled -->
<underMouse>no</underMouse>
<!-- move focus under the mouse, even when the mouse is not moving -->
<focusDelay>200</focusDelay>
<!-- when followMouse is enabled, the mouse must be inside the window for
this many milliseconds (1000 = 1 sec) before moving focus to it -->
<raiseOnFocus>no</raiseOnFocus>
<!-- when followMouse is enabled, and a window is given focus by moving the
mouse into it, also raise the window -->
</focus>
<placement>
<policy>Smart</policy>
<!-- 'Smart' or 'UnderMouse' -->
<center>yes</center>
<!-- whether to place windows in the center of the free area found or
the top left corner -->
<monitor>Any</monitor>
<!-- with Smart placement on a multi-monitor system, try to place new windows
on: 'Any' - any monitor, 'Mouse' - where the mouse is, 'Active' - where
the active window is -->
</placement>
<theme>
<name>Mikachu</name>
<titleLayout>NLIMC</titleLayout>
<!--
available characters are NDSLIMC, each can occur at most once.
N: window icon
L: window label (AKA title).
I: iconify
M: maximize
C: close
S: shade (roll up/down)
D: omnipresent (on all desktops).
-->
<keepBorder>yes</keepBorder>
<animateIconify>yes</animateIconify>
<font place="ActiveWindow">
<name>sans</name>
<size>8</size>
<!-- font size in points -->
<weight>bold</weight>
<!-- 'bold' or 'normal' -->
<slant>normal</slant>
<!-- 'italic' or 'normal' -->
</font>
<font place="InactiveWindow">
<name>sans</name>
<size>8</size>
<!-- font size in points -->
<weight>bold</weight>
<!-- 'bold' or 'normal' -->
<slant>normal</slant>
<!-- 'italic' or 'normal' -->
</font>
<font place="MenuHeader">
<name>sans</name>
<size>9</size>
<!-- font size in points -->
<weight>normal</weight>
<!-- 'bold' or 'normal' -->
<slant>normal</slant>
<!-- 'italic' or 'normal' -->
</font>
<font place="MenuItem">
<name>sans</name>
<size>9</size>
<!-- font size in points -->
<weight>normal</weight>
<!-- 'bold' or 'normal' -->
<slant>normal</slant>
<!-- 'italic' or 'normal' -->
</font>
<font place="OnScreenDisplay">
<name>sans</name>
<size>9</size>
<!-- font size in points -->
<weight>bold</weight>
<!-- 'bold' or 'normal' -->
<slant>normal</slant>
<!-- 'italic' or 'normal' -->
</font>
</theme>
<desktops>
<!-- this stuff is only used at startup, pagers allow you to change them
during a session
these are default values to use when other ones are not already set
by other applications, or saved in your session
use obconf if you want to change these without having to log out
and back in -->
<number>4</number>
<firstdesk>1</firstdesk>
<names>
<!-- set names up here if you want to, like this:
<name>desktop 1</name>
<name>desktop 2</name>
-->
</names>
<popupTime>875</popupTime>
<!-- The number of milliseconds to show the popup for when switching
desktops. Set this to 0 to disable the popup. -->
</desktops>
<resize>
<drawContents>yes</drawContents>
<popupShow>Nonpixel</popupShow>
<!-- 'Always', 'Never', or 'Nonpixel' (xterms and such) -->
<popupPosition>Center</popupPosition>
<!-- 'Center', 'Top', or 'Fixed' -->
<popupFixedPosition>
<!-- these are used if popupPosition is set to 'Fixed' -->
<x>10</x>
<!-- positive number for distance from left edge, negative number for
distance from right edge, or 'Center' -->
<y>10</y>
<!-- positive number for distance from top edge, negative number for
distance from bottom edge, or 'Center' -->
</popupFixedPosition>
</resize>
<!-- You can reserve a portion of your screen where windows will not cover when
they are maximized, or when they are initially placed.
Many programs reserve space automatically, but you can use this in other
cases. -->
<margins>
<top>0</top>
<bottom>0</bottom>
<left>0</left>
<right>0</right>
</margins>
<dock>
<position>TopLeft</position>
<!-- (Top|Bottom)(Left|Right|)|Top|Bottom|Left|Right|Floating -->
<floatingX>0</floatingX>
<floatingY>0</floatingY>
<noStrut>no</noStrut>
<stacking>Above</stacking>
<!-- 'Above', 'Normal', or 'Below' -->
<direction>Vertical</direction>
<!-- 'Vertical' or 'Horizontal' -->
<autoHide>no</autoHide>
<hideDelay>300</hideDelay>
<!-- in milliseconds (1000 = 1 second) -->
<showDelay>300</showDelay>
<!-- in milliseconds (1000 = 1 second) -->
<moveButton>Middle</moveButton>
<!-- 'Left', 'Middle', 'Right' -->
</dock
没有合适的资源?快使用搜索试试~ 我知道了~
开源世界旅行手册-2008
共387个文件
html:308个
png:42个
jpg:31个
5星 · 超过95%的资源 需积分: 12 30 下载量 131 浏览量
2009-03-05
19:17:53
上传
评论 2
收藏 2.33MB RAR 举报
温馨提示
Linux并不意味着不苟言笑的命令行,我多数时间在图形界面中工作 尽管如此,本书仍然不会尝试指导读者,如何点击某个菜单,如何启动某个程序…… 同样,如非必要,本书也不会为大多数操作配备截图 本书分为四个部分:气候、地理、景观、地质 气候篇中的内容为课外读物,包括一些杂谈随笔,可以增长知识 地理篇为必修课,它是这本书的核心,包含一些基本教程。这一部分的内容,建议熟读 景观篇为选修课,里面的内容为实用的解决方案,但并不是每个人都需要 地质篇的内容为开源运动史
资源推荐
资源详情
资源评论
收起资源包目录
开源世界旅行手册-2008 (387个子文件)
docbook.css 9KB
unix.gif 109KB
zsh2.gif 16KB
zsh3.gif 15KB
zsh1.gif 8KB
1.gif 8KB
ch38s05.html 29KB
ch06s05.html 24KB
ch25s04.html 19KB
ch30s03.html 17KB
pt02.html 17KB
ch29s06.html 15KB
ch18s07.html 15KB
ch38s06.html 15KB
ch27s21.html 13KB
ch17s10.html 13KB
ch27s14.html 13KB
ch25s03.html 12KB
ch17s08.html 12KB
ch17.html 12KB
ch06s04.html 12KB
ch25s02.html 11KB
ch23s03.html 11KB
ch31s03.html 11KB
ch06s09.html 11KB
ch17s11.html 11KB
ch25s17.html 11KB
ch14s09.html 10KB
ch15s04.html 10KB
ch14s05.html 10KB
ch30s09.html 10KB
ch28s07.html 10KB
ch18s05.html 10KB
ch17s03.html 10KB
ch44s02.html 10KB
ch17s04.html 10KB
ch06s13.html 10KB
ch02s02.html 9KB
ch17s09.html 9KB
ch29s08.html 9KB
ch25s08.html 9KB
ch27s03.html 9KB
ch28s04.html 9KB
ch28s06.html 9KB
ch28s05.html 9KB
ch30s07.html 9KB
ch27s20.html 8KB
ch23s05.html 8KB
ch29s13.html 8KB
ch14s06.html 8KB
index.html 8KB
ch48.html 8KB
ch48s04.html 8KB
ch22s04.html 8KB
ch25s09.html 8KB
pr05.html 8KB
ch48s05.html 8KB
ch44s05.html 8KB
ch48s03.html 8KB
ch47s06.html 8KB
ch20s02.html 7KB
ch03.html 7KB
ch18s02.html 7KB
ch22s06.html 7KB
ch17s02.html 7KB
ch18s03.html 7KB
ch27s13.html 7KB
ch15s06.html 7KB
ch29s04.html 7KB
ch31s05.html 7KB
ch17s05.html 7KB
ch19s07.html 7KB
ch06s03.html 7KB
ch38s03.html 7KB
ch06.html 6KB
ch15s05.html 6KB
ch13s03.html 6KB
ch13s11.html 6KB
ch19s06.html 6KB
ch06s10.html 6KB
ch17s14.html 6KB
ch25.html 6KB
ch46s09.html 6KB
ch25s15.html 6KB
ch27s15.html 6KB
pt03.html 6KB
ch16s03.html 6KB
ch31s08.html 6KB
ch30.html 6KB
ch31s04.html 6KB
ch48s02.html 6KB
ch27s18.html 6KB
ch08.html 6KB
ch15s03.html 6KB
ch07s04.html 6KB
ch46s07.html 6KB
ch30s06.html 6KB
pt01.html 6KB
ch06s06.html 6KB
ch14s08.html 6KB
共 387 条
- 1
- 2
- 3
- 4
资源评论
- xxxholic822012-12-01对于我来说,真得很有帮助
- 罪恶旋律2015-09-10非常好的东西,启发很大
- qhg0072013-07-03支持开源,值得阅读。
- jerry3071102012-11-27挺好的,不错
- chenlin58182012-11-12这个太好了,对于新手来说,真得很有帮助
bhwshx
- 粉丝: 40
- 资源: 7
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功