From 6d0fa2fcc2098e44eb564d3069eaad918f600f4d Mon Sep 17 00:00:00 2001 From: Fabien Devaux Date: Tue, 15 Aug 2023 21:56:32 +0200 Subject: [PATCH] Updated Plugins (markdown) --- Plugins.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Plugins.md b/Plugins.md index e712ae8..aa97f1e 100644 --- a/Plugins.md +++ b/Plugins.md @@ -27,6 +27,8 @@ They have in common the way they display the client windows to "restore" or "foc - `toggle_minimized [name]`: moves the focused window to the special workspace "name", or move it back to the active workspace. If none set, a special workspace called "minimized" will be used. + 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