Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions py3status/modules/window.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ class I3ipc(Ipc):
i3ipc - an improved python library to control i3wm and sway
"""

_focused_workspace = None
_focused_window = None

def setup(self, parent):
Expand Down Expand Up @@ -89,7 +88,6 @@ def start(self):
self.i3.main()

def _on_workplace_focus(self, i3, event):
self._focused_workspace = event.current
self._focused_window = None
if event.current.nodes or event.current.floating_nodes:
return
Expand Down
Loading