(简体中文)

From awesome
Jump to: navigation, search


Contents

awesome

本维基页面旨在提供一份社区文档,尤其是帮助新用户配置awesome。与此同时我们也为老手提供也有用的信息,包括数个linux发行版下 awesome 的编译,调试等。

注意:为了避免有人蓄意散播无用信息,故约定在编辑本页前请先注册。因为对于那些人来说,注册帐号是一个令人生厌的事。

欢迎注册并为awesome文档做贡献。

当前 awesome 发行版:

文 档

Documentation

本版Awesome的配置和操控已经发生有所改变,并且在不久的未来可能继续变更。但下面的文档会尽量的适用所有当前的版本。如果你恰巧遇到它没有涵盖的请尽量的完善它们。同时如果你发现需要特殊的说明的细节问题也可以顺便补上; 还有一些文档可能只是针对awesome的某一个版本有效,你可以对它的文档进行扩展编辑。

安装 & 用户基础

开发基础

历史&新闻

你也可以加入我们的IRC频道 #awesomeOFTC.

个性设置

Statusbars

Statusbars and widgets

awesome 主题

用户配置文件

实例参考 配置文件.

更多小贴示

Lua 扩展集

Lua extensions

Lua是一个精悍的可嵌入脚本语言。 Lua combines simple procedural syntax with powerful data description constructs based on associative arrays and extensible semantics. Lua is dynamically typed, runs by interpreting bytecode for a register-based virtual machine, and has automatic memory management with incremental garbage collection, making it ideal for configuration, scripting, and rapid prototyping.

常用功能如下:

  • 应用程序的配置文件.
  • 独立运行的脚本语言.
  • 作为嵌入式语言即时整程序的运行行为.

若有人对Lua有兴趣,请参阅文本教程。同时作为建议,请不妨阅读一下Lua简短参引。Awesome的框架就是采用Lua语言扩展构建的。下面是Lua在Awesome中的具体应用:

  • awful - Awesome的标准库文件.
  • awful.menu - 弹出菜单库
  • Beautiful - 主题相关库
  • Obvious - 基于Wicked而来的较新的插件组合
  • Vicious - 模块化的插件,来自Wicked的分支
  • Space Invaders - 在Awesome中玩“太空入侵者”小游戏
  • Naughty - 弹出式提示栏
  • Shifty - dynamic tagging library with advanced client matching and sane configuration
  • Eminent - effortless wmii-style dynamic tagging library that does not require any rc.lua changes
  • Rodentbane - a library for rapid control of the mouse cursor using just the keyboard

更多

More

现在的许多朋友更倾向工作与相对完整的桌面环境,在这部分所包括多种链接,这些链接能在不同的程度上能丰富Awesome的功能,能让Awesome在轻量高效的窗口管理器和功能成熟的桌面环境(如KDE和GNOME)间游刃有余。

Personal tools