GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
AWESOMERC(5)   AWESOMERC(5)

awesomerc - Configuration file for the awesome window manager

awesome looks for a configuration file in this order:

•$XDG_CONFIG_HOME/awesome/rc.lua

•$HOME/.config/awesome/rc.lua

•$XDG_CONFIG_DIRS/awesome/rc.lua

The rc.lua file contains configuration information for awesome. It can be used to configure the behavior and look of awesome in a variety of ways. It can be assimilated as a Lua program/script run at startup by awesome. Therefore, it should use the awesome Lua API described in the API section. This file is read at startup.

Documentation for the Lua API can be found in the luadoc directory.

The color format in awesome is either a standard X color name (blue, darkblue, lightred, etc) or a hexadecimal formatted color (#rrggbb or #rrggbbaa). By using the hexadecimal format, you can also specify an alpha channel: that means that #00ff00 will draw pure green, but #00ff00aa will set the alpha channel to ‘aa’ and will blend the green with the color under it.

You can use Pango markup in a text string. This allows formatting the text rendered inside widgets. Pango markup documentation can be found in the Pango documentation at <http://library.gnome.org/devel/pango/stable/PangoMarkupFormat.html>.

A Pango markup example: <span weight="bold" foreground="#336699">...</span>.

awesome(1) awesome-client(1)

Written by Julien Danjou <julien@danjou.info>.

<https://awesomewm.org>
2019-01-28  

Search for    or go to Top of page |  Section 5 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.