X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=scripts%2Fhistoryplacement.py;h=9bee5a6b856743a95c329cfbf24f38e176efc8b4;hb=d22a6c6c04cf20bd23efa68ad1202f278f25e113;hp=b39043cc487e0e56d7c8783866ac2ca6a461666b;hpb=d0c90fcc6019e5fe97c0ef048fa07e4b34e2497c;p=chaz%2Fopenbox diff --git a/scripts/historyplacement.py b/scripts/historyplacement.py index b39043cc..9bee5a6b 100644 --- a/scripts/historyplacement.py +++ b/scripts/historyplacement.py @@ -104,8 +104,8 @@ def _find(screen, state): def place(data): global _data if data.client: - if not (windowplacement.ignore_requested_positions and - data.client.normal()): + if not (windowplacement.ignore_requested_positions and + data.client.normal()): if data.client.positionRequested(): return state = _create_state(data) try: