expose: disable togglespecialworkspace when hiding the workspace because movetoworkspacesilent is already doing it
This commit is contained in:
parent
1653d383d3
commit
fff23c250e
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue