all repos — openbox @ e0c8eae048a70444b047b54aaa98e2c5f8679a67

openbox fork - make it a bit more like ryudo

typos
Dana Jansens danakj@orodu.net
commit

e0c8eae048a70444b047b54aaa98e2c5f8679a67

parent

027e974efd2602bf1513ebac736b61f172ac6bf3

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

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

@@ -7,10 +7,10 @@ ### Options that affect the behavior of the focus module. ###

### ### # cycle_raise - raise the window also when it is focused ### cycle_raise = 1 ### -# avoid_skip_taskbar - don't focus windows which have requested to not ### -### be displayed in taskbars. you will still be able ### +# avoid_skip_taskbar - Don't focus windows which have requested to not ### +### be displayed in taskbars. You will still be able ### ### to focus the windows, but not through cycling, ### -### they won't be focused as a fallback if ### +### and they won't be focused as a fallback if ### ### 'fallback' is enabled. ### avoid_skip_taskbar = 1 ### # stacked_cycle_raise - raise as you cycle in stacked mode ###