From ee61862bdf6468242256e5241c62d3d187b684b6 Mon Sep 17 00:00:00 2001 From: Raffaele Mancuso <54762742+raffaem@users.noreply.github.com> Date: Tue, 3 Jan 2023 22:05:27 +0100 Subject: [PATCH] Paseudo dispatcher where it is due (#95) --- pages/Configuring/Dispatchers.md | 1 - pages/Configuring/Dwindle-Layout.md | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/Configuring/Dispatchers.md b/pages/Configuring/Dispatchers.md index b413705..f9dbdca 100644 --- a/pages/Configuring/Dispatchers.md +++ b/pages/Configuring/Dispatchers.md @@ -32,7 +32,6 @@ layout pages (See the sidebar). | fullscreen | toggles the focused window's fullscreen state | 0 - fullscreen (takes your entire screen), 1 - maximize (keeps gaps and bar(s)) | | fakefullscreen | toggles the focused window's internal fullscreen state without altering the geometry | none | | dpms | sets all monitors' DPMS status. Do not use with a keybind directly. | `on` or `off`, for specific monitor add monitor name after a space | -| pseudo | toggles the focused window's pseudo mode | none | | pin | pins the active window (shown on all workspaces) *note: floating only* | none | | movefocus | moves the focus in a direction | direction | | movewindow | moves the active window in a direction or to a monitor | direction or `mon:` and a monitor | diff --git a/pages/Configuring/Dwindle-Layout.md b/pages/Configuring/Dwindle-Layout.md index 70315f3..d7d54fe 100644 --- a/pages/Configuring/Dwindle-Layout.md +++ b/pages/Configuring/Dwindle-Layout.md @@ -51,3 +51,4 @@ category name: `dwindle` | togglegroup | toggles the current window and its siblings (recursively) into a group | none | | changegroupactive | switches to the next window in a group. | b - back, f - forward. | | togglesplit | toggles the split (top/side) of the current window. `preserve_split` must be enabled for toggling to work. | none | +| pseudo | toggles the focused window's pseudo mode | none |