indent right
This commit is contained in:
parent
d0c90fcc60
commit
6d1c4110b6
1 changed files with 2 additions and 2 deletions
|
@ -104,8 +104,8 @@ def _find(screen, state):
|
||||||
def place(data):
|
def place(data):
|
||||||
global _data
|
global _data
|
||||||
if data.client:
|
if data.client:
|
||||||
if not (windowplacement.ignore_requested_positions and
|
if not (windowplacement.ignore_requested_positions and
|
||||||
data.client.normal()):
|
data.client.normal()):
|
||||||
if data.client.positionRequested(): return
|
if data.client.positionRequested(): return
|
||||||
state = _create_state(data)
|
state = _create_state(data)
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in a new issue