From 77ba370207752fea0fdb2ae88e49740af27fc2a6 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 4 Feb 2003 09:37:11 +0000 Subject: [PATCH] better comment --- scripts/defaults.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/defaults.py b/scripts/defaults.py index 922cd6d6..fa66329b 100644 --- a/scripts/defaults.py +++ b/scripts/defaults.py @@ -37,7 +37,8 @@ import stackedcycle # functions for doing stacked 'kde-style' cycling ob.kbind(["A-Tab"], ob.KeyContext.All, stackedcycle.next) ob.kbind(["A-S-Tab"], ob.KeyContext.All, stackedcycle.previous -# if you want linear cycling instead of stacked cycling ... +# if you want linear cycling instead of stacked cycling, comment out the focus +# bindings above, and use these instead. #import focuscycle #focuscycle.raise_window = 0 # don't raise windows when they're activated #ob.kbind(["A-Tab"], ob.KeyContext.All, focuscycle.next) -- 2.39.2