]> Dogcows Code - chaz/openbox/commitdiff
add comments
authorDana Jansens <danakj@orodu.net>
Tue, 4 Feb 2003 08:58:00 +0000 (08:58 +0000)
committerDana Jansens <danakj@orodu.net>
Tue, 4 Feb 2003 08:58:00 +0000 (08:58 +0000)
scripts/stackedcycle.py

index 268b80d673d32d94db866d57dfe5afe5171e5616..633728ce81345c86c03823f1ee007f5492d90787 100644 (file)
@@ -7,10 +7,21 @@
 ###              Also see the options in the focus module.              ###
 ###########################################################################
 include_all_desktops = 0
+"""If this is non-zero then windows from all desktops will be included in
+   the stacking list."""
 include_icons = 1
+"""If this is non-zero then windows which are iconified will be included
+   in the stacking list."""
 include_omnipresent = 1
+"""If this is non-zero then windows which are on all-desktops at once will
+   be included."""
 title_size_limit = 80
+"""This specifies a rough limit of characters for the cycling list titles.
+   Titles which are larger will be chopped with an elipsis in their
+   center."""
 activate_while_cycling = 1
+"""If this is non-zero then windows will be activated as they are
+   highlighted in the cycling list (except iconified windows)."""
 ###########################################################################
 
 def next(data):
This page took 0.023071 seconds and 4 git commands to generate.