Skip to content

Commit

Permalink
Don't bring static windows to front. (#4628)
Browse files Browse the repository at this point in the history
Co-authored-by: Joe Rabinoff <rabinoff@post.harvard.edu>
  • Loading branch information
QBobWatson and Joe Rabinoff committed Dec 28, 2023
1 parent 41e2600 commit f75ee88
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libqtile/backend/wayland/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -1348,8 +1348,6 @@ def _focus_by_click(self) -> tuple[window.WindowType, Surface | None, float, flo
elif self.qtile.config.bring_front_click == "floating_only":
if isinstance(win, base.Window) and win.floating:
win.bring_to_front()
elif isinstance(win, base.Static):
win.bring_to_front()

if isinstance(win, window.Static):
if win.screen is not self.qtile.current_screen:
Expand Down

0 comments on commit f75ee88

Please sign in to comment.