fix: click on workspace
This commit is contained in:
@@ -41,7 +41,7 @@ class FensterWorkspaceButton(Button):
|
||||
return self._workspace_num
|
||||
|
||||
def _on_clicked(self, *args):
|
||||
self._i3.send_command(f"workspace number {self._workspace_num}")
|
||||
self._i3.send_command(f"workspace {self._workspace_num}")
|
||||
|
||||
def _toggle_class(self, name: str, on: bool):
|
||||
if on:
|
||||
|
||||
Reference in New Issue
Block a user