[#]
http://marc.info/?l=openbsd-cvs&m=141096431603209&w=2
openbsd-cvs(obsdave,2) — All
2014-09-17 18:55:04
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2014/09/17 08:31:37
Modified files:
app/cwm : calmwm.h group.c mousefunc.c
Log message:
Introduce a check to see if a group holds only 'sticky' clients and use
this check to decide if a group is virtually empty. Rationale: if a
group contains *only* 'sticky' clients, it should be skipped while
cycling through groups. Apply similar logic to the group menu.
Based on an idea from phessler@, who also tested another version.