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 functions
cwc.cwcle.set_border_color_raised (color) | Set the border of toplevel when 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 functions
- 🔗 cwc.cwcle.set_border_color_raised (color)
-
Set the border of toplevel when raised.
Parameters:
Name Type(s) Description color cairo_pattern_t Color from gears.color See also:
gears.color This module simplifies the creation of cairo pattern objects. module