all repos — openbox @ 6e41cef9bfebb40fdcc110296c4bc92e632fb733

openbox fork - make it a bit more like ryudo

reword comment a bit
Dana Jansens danakj@orodu.net
commit

6e41cef9bfebb40fdcc110296c4bc92e632fb733

parent

0b12453cf633b914f6712315dfc2c0171d2bb574

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

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

@@ -271,7 +271,7 @@ mbind("C-A-5", MC_Frame, MouseClick, send_to_prev_desktop)

def setup_fallback_focus(): """Sets up a focus fallback routine so that when no windows are focused, - the last window on the desktop that had focus will be focused.""" + the last window to have focus on the desktop will be focused.""" focus_stack = [] def focused(data): #global focus_stack