Note
The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Difference between revisions of "Package:Awesome (Window Manager)"
Jump to navigation
Jump to search
m (Add USE flags description) |
(Fix PkgCat typo, add awesome terms definitons, add sections I plan to explain later.) |
||
Line 1: | Line 1: | ||
{{Ebuild | {{Ebuild | ||
|Summary=A dynamic floating and tiling window manager. | |Summary=A dynamic floating and tiling window manager. | ||
|CatPkg=x11- | |CatPkg=x11-wm/awesome | ||
|Maintainer= | |Maintainer= | ||
|Homepage=http://awesome.naquadah.org/ | |Homepage=http://awesome.naquadah.org/ | ||
}} | }} | ||
Awesome is a highly configurable window manager. It handles both tiling and floating layouts. | == About Awesome == | ||
Awesome is a highly configurable window manager. It handles both '''tiling and floating''' layouts. You can go into a '''fine-grained customization''' to suit your needs with '''Lua scripting'''. | |||
=== Vocabulary === | |||
;Screen: A physical monitor plugged into your computer. | |||
;Client: A window. | |||
;Tag: A tag is something like a workspace or a desktop that you may find in other window managers. However, it is slightly more flexible as you can attach a ''client'' to multiple tags. Moreover, each ''screen'' has its own range of tags. | |||
== USE flags == | == USE flags == | ||
Line 20: | Line 28: | ||
| gnome || Enables you to use awesome as gnome's window manager (See. [http://awesome.naquadah.org/wiki/Quickly_Setting_up_Awesome_with_Gnome Quickly Setting up Awesome with Gnome]) | | gnome || Enables you to use awesome as gnome's window manager (See. [http://awesome.naquadah.org/wiki/Quickly_Setting_up_Awesome_with_Gnome Quickly Setting up Awesome with Gnome]) | ||
|} | |} | ||
== Installation == | |||
== Configuration == | |||
{{EbuildFooter}} | {{EbuildFooter}} |
Revision as of 12:02, August 22, 2014
Awesome (Window Manager)
Tip
We welcome improvements to this page. To edit this page, Create a Funtoo account. Then log in and then click here to edit this page. See our editing guidelines to becoming a wiki-editing pro.
About Awesome
Awesome is a highly configurable window manager. It handles both tiling and floating layouts. You can go into a fine-grained customization to suit your needs with Lua scripting.
Vocabulary
- Screen
- A physical monitor plugged into your computer.
- Client
- A window.
- Tag
- A tag is something like a workspace or a desktop that you may find in other window managers. However, it is slightly more flexible as you can attach a client to multiple tags. Moreover, each screen has its own range of tags.
USE flags
Name | Description |
---|---|
dbus | Enables awesome to receive signals from dbus (eg. to trigger events on hotplug) |
doc | Downloads extra documentation |
gnome | Enables you to use awesome as gnome's window manager (See. Quickly Setting up Awesome with Gnome) |
Installation
Configuration