From fff23c250e6d701029fd7491c8373e52d73fd5c2 Mon Sep 17 00:00:00 2001 From: Hydroxycarbamide Date: Sun, 29 Oct 2023 20:23:10 +0100 Subject: [PATCH] expose: disable togglespecialworkspace when hiding the workspace because movetoworkspacesilent is already doing it --- pyprland/plugins/expose.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyprland/plugins/expose.py b/pyprland/plugins/expose.py index 78f8e81..ed01925 100644 --- a/pyprland/plugins/expose.py +++ b/pyprland/plugins/expose.py @@ -42,7 +42,7 @@ class Extension(Plugin): # pylint: disable=missing-class-docstring await hyprctl( f"movetoworkspacesilent {client['workspace']['id']},address:{client['address']}" ) - await hyprctl("togglespecialworkspace exposed") + # await hyprctl("togglespecialworkspace exposed") await hyprctl(f"focuswindow address:{focused_addr}") self.exposed = [] else: