diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-02-04 09:37:11 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-02-04 09:37:11 +0000 |
| commit | 77ba370207752fea0fdb2ae88e49740af27fc2a6 (patch) | |
| tree | 00d0038bfe3ca55ac050e18c05857c4c1f64e959 /scripts | |
| parent | 7c8fa47e01513f3878bf61d721139e5fe3a454af (diff) | |
better comment
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/defaults.py | 3 |
1 files changed, 2 insertions, 1 deletions
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) |
