From 62b9ad1648d7aeb16bcc473ced39cf218a8db4a2 Mon Sep 17 00:00:00 2001 From: Fabien Devaux Date: Fri, 28 Jul 2023 22:44:46 +0200 Subject: [PATCH] Updated Plugins (markdown) --- Plugins.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Plugins.md b/Plugins.md index f2f4876..e734a3a 100644 --- a/Plugins.md +++ b/Plugins.md @@ -23,11 +23,12 @@ The two commands are not really related, one allows the "expose" effect, showing The other one allows you to have some kind of dynamic scratchpad, which can be used to minimize (and back) the windows. They have in common the way they display the client windows to "restore" or "focus" to a specific one. -### Command +### Commands - `toggle_minimized [name]`: moves the focused window to the special workspace "name", or move it back to the active workspace. - If none set, special workspace "minimized" will be used. -- `expose`: expose every client on the active workspace. If expose is active restores everything and move to the focused window + If none set, a special workspace called "minimized" will be used. + +- `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`: