diff --git a/pyprland/plugins/expose.py b/pyprland/plugins/expose.py index f523cdf..140b47c 100644 --- a/pyprland/plugins/expose.py +++ b/pyprland/plugins/expose.py @@ -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",