We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a3c252 commit 0a0d18eCopy full SHA for 0a0d18e
safeeyes/plugins/donotdisturb/plugin.py
@@ -83,7 +83,7 @@ def get_active_window(x11_display):
83
active_windows = get_window_property(root, NET_ACTIVE_WINDOW, Xlib.Xatom.WINDOW)
84
if active_windows and active_windows[0]:
85
active_window = active_windows[0]
86
- return x11_display.create_resource_object('window', active_window)
+ return x11_display.create_resource_object("window", active_window)
87
return None
88
89
x11_display = Xlib.display.Display()
0 commit comments