From 51d53a0f484b2534a97333ee4d50ce00f621c8ff Mon Sep 17 00:00:00 2001 From: Fabien Devaux Date: Tue, 15 Aug 2023 21:57:57 +0200 Subject: [PATCH] Updated Plugins (markdown) --- Plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins.md b/Plugins.md index aa97f1e..909dd28 100644 --- a/Plugins.md +++ b/Plugins.md @@ -30,7 +30,7 @@ They have in common the way they display the client windows to "restore" or "foc To toggle the state back to a normal workspace, you'll need to `hyprctl dispatch togglespecialworkspace minimized` (if you didn't set a name, since "minimized" is the default special workspace that will be used). It can also be achieved with a keybinding: `bind = $mainMod SHIFT, N, togglespecialworkspace, minimized` in `hyprland.conf` -- `expose`: expose every client on the active workspace. If expose is already active, then restores everything and move to the focused window +- `expose`: expose every client on the active workspace. If expose is already active, then restores everything and move to the focused window. Example usage in `hyprland.conf`: