Module awful.titlebar

Titlebar module for awful

Author:

Julien Danjou <julien@danjou.info>

Copyright© 2008 Julien Danjou

Release: v3.3.4

Functions

add (c, args) Create a standard titlebar.
remove (c) Remove a titlebar from a client.
update (c, prop) Update a titlebar.


Functions

add (c, args)
Create a standard titlebar.

Parameters

  • c: The client.
  • args: Arguments. modkey: the modkey used for the bindings. fg: the foreground color. bg: the background color. fg_focus: the foreground color for focused window. fg_focus: the background color for focused window. width: the titlebar width
remove (c)
Remove a titlebar from a client.

Parameters

  • c: The client.
update (c, prop)
Update a titlebar. This should be called in some hooks.

Parameters

  • c: The client to update.
  • prop: The property name which has changed.

Valid XHTML 1.0!