Small fixes and app changeS

This commit is contained in:
Kevin Alberts 2024-02-20 16:03:00 +01:00
parent 2860100089
commit 5501824875
4 changed files with 33 additions and 8 deletions

View file

@ -195,7 +195,7 @@ def test_popups(qtile):
def display_wm_class(qtile):
window = qtile.currentWindow if qtile else None
window = qtile.current_window if qtile else None
if window:
wm_class = window.get_wm_class() or None