Skip to content

Commit 84ad81f

Browse files
committed
Set skip_non_resizable option to True by default
1 parent 2319807 commit 84ad81f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gui/on_spawn_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def default_spawn_settings():
4646
operation_order=['apply_lkp', 'apply_rules', 'move_to_mouse'],
4747
ignore_children=True,
4848
capture_snapshot=2,
49-
skip_non_resizable=False,
49+
skip_non_resizable=True,
5050
match_resizability=True,
5151
fuzzy_mtm=True,
5252
apply_to=None

0 commit comments

Comments
 (0)