Small fixes and app changeS
This commit is contained in:
parent
2860100089
commit
5501824875
4 changed files with 33 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue