Compare commits

...
Sign in to create a new pull request.

1 commit

View file

@ -42,7 +42,7 @@ class Extension(Plugin): # pylint: disable=missing-class-docstring
await hyprctl( await hyprctl(
f"movetoworkspacesilent {client['workspace']['id']},address:{client['address']}" f"movetoworkspacesilent {client['workspace']['id']},address:{client['address']}"
) )
await hyprctl("togglespecialworkspace exposed") # await hyprctl("togglespecialworkspace exposed")
await hyprctl(f"focuswindow address:{focused_addr}") await hyprctl(f"focuswindow address:{focused_addr}")
self.exposed = [] self.exposed = []
else: else: