Go to the first, previous, next, last section, table of contents.


border Extension Module

This module provides a client mixin to change window border color depending on focus state. This module requires the color and focus modules to work properly.

Client Mixin: BorderClient

Set a border on windows, and change its color depending on focus state. The colors used are set with the X resources plwm.border.color/Plwm.Border.Color and plwm.border.focus.color/Plwm.Border.Focus.Color. The defaults for these are "black" and "grey60", respectively.

Instance Variable: BorderClient border_default_width

The border width in pixels. Default is 3.

Instance Variable: BorderClient no_border_clients

A client filter, used to select clients which should have no border. The default is cfilter.false, so all clients will have borders.


Go to the first, previous, next, last section, table of contents.