reword comment a bit
This commit is contained in:
parent
0b12453cf6
commit
6e41cef9bf
1 changed files with 1 additions and 1 deletions
|
@ -271,7 +271,7 @@ def setup_scroll():
|
|||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue