From a9a9d7bd2df58e8ab0d021cf76c7ce804705b3d0 Mon Sep 17 00:00:00 2001 From: axelKeizoStahl Date: Sun, 7 Jul 2024 19:06:36 -0400 Subject: [PATCH] revert for pr --- pyprland/plugins/expose.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pyprland/plugins/expose.py b/pyprland/plugins/expose.py index f523cdf5..140b47c0 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",