Skip to content

Commit

Permalink
umu_run: fix base layer being repeatedly set on window after initial …
Browse files Browse the repository at this point in the history
…rearrangement
  • Loading branch information
R1kaB3rN committed Sep 25, 2024
1 parent 9547922 commit 5cc1c3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions umu/umu_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -548,6 +548,7 @@ def monitor_baselayer(
if rearranged_gamescope_baselayer:
rearranged, _ = rearranged_gamescope_baselayer
set_gamescope_baselayer_order(d_primary, rearranged)
rearranged_gamescope_baselayer = None
continue

time.sleep(0.1)
Expand Down

0 comments on commit 5cc1c3f

Please sign in to comment.