Module: cwc.cwcle

Windows like Alt+Tab useful when in floating mode.

Info:

  • Copyright: 2024
  • License: MIT
  • Originally authored by: Dwi Asmoro Bangun
    (Full contributors list available on our github project)

Static module functions

cwc.cwcle.next (enum) Cycle to the next toplevel.
cwc.cwcle.prev (enum) Cycle to the previous toplevel.

Config key

border_color_raised gears_color The border color when the client is raised.


Static module functions

🔗 cwc.cwcle.next (enum)
Cycle to the next toplevel.

Parameters:

Name Type(s) Description
enum integer A single modifier to mark end cycle when it released

See also:

cuteful.enum Constants extracted from C code. module
🔗 cwc.cwcle.prev (enum)
Cycle to the previous toplevel.

Parameters:

Name Type(s) Description
enum integer A single modifier to mark end cycle when it released

See also:

cuteful.enum Constants extracted from C code. module

Config key

🔗 border_color_raised gears_color
The border color when the client is raised.

Constraints:

Default value : #ffaaff

See also:

gears.color This module simplifies the creation of cairo pattern objects. module
generated by LDoc 1.5.0 based on AwesomeWM template