X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=scripts%2Fcycle.py;h=308c8c8c61873330aa1eae84f2f803e09f5332c4;hb=d2adccbe2880e7d5b2cb39d833877cfddeff11f4;hp=3a2ff57bfba52a0c169157ef1f7e0919cc7caec1;hpb=5fc7db1c16783530a95382e61cfcb46d2480142c;p=chaz%2Fopenbox diff --git a/scripts/cycle.py b/scripts/cycle.py index 3a2ff57b..308c8c8c 100644 --- a/scripts/cycle.py +++ b/scripts/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