all repos — openbox @ d2adccbe2880e7d5b2cb39d833877cfddeff11f4

openbox fork - make it a bit more like ryudo

80 cols
Dana Jansens danakj@orodu.net
commit

d2adccbe2880e7d5b2cb39d833877cfddeff11f4

parent

a7d17188a4d98ec9a30bf980079fd12f8313d9b3

1 files changed, 3 insertions(+), 3 deletions(-)

jump to
M scripts/cycle.pyscripts/cycle.py

@@ -242,9 +242,9 @@ class _CycleWindows(_Cycle):

""" This is a basic cycling class for Windows. - An example of inheriting from and modifying this class is _ClassCycleWindows, - which allows users to cycle around windows of a certain application - name/class only. + An example of inheriting from and modifying this class is + _ClassCycleWindows, which allows users to cycle around windows of a certain + application name/class only. This class has an underscored name because I use the singleton pattern (so CycleWindows is an actual instance of this class). This doesn't have