Skip to content

Commit

Permalink
revert for pr
Browse files Browse the repository at this point in the history
  • Loading branch information
axelKeizoStahl authored and fdev31 committed Jul 8, 2024
1 parent 4993326 commit a9a9d7b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pyprland/plugins/expose.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ async def run_expose(self) -> None:
If expose is active restores everything and move to the focused window
"""
if self.exposed:
commands = [
f"movetoworkspacesilent {client['workspace']['name']},address:{client['address']}" for client in self.exposed_clients
]
commands = [f"movetoworkspacesilent {client['workspace']['id']},address:{client['address']}" for client in self.exposed_clients]
commands.extend(
(
"togglespecialworkspace exposed",
Expand Down

0 comments on commit a9a9d7b

Please sign in to comment.