From 2c473c70f670a2aef0a7372e83d77f1447be061a Mon Sep 17 00:00:00 2001 From: vaxerski Date: Mon, 15 Aug 2022 16:03:49 +0200 Subject: [PATCH] mention new dispatchers --- pages/Configuring/Advanced-config.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pages/Configuring/Advanced-config.md b/pages/Configuring/Advanced-config.md index d11a46c..3a994e1 100644 --- a/pages/Configuring/Advanced-config.md +++ b/pages/Configuring/Advanced-config.md @@ -260,6 +260,8 @@ layout pages (See the sidebar) | movewindow | moves the active window in a direction or to a monitor | direction or monitor | | resizeactive | resizes the active window | resizeparams | | moveactive | moves the active window | resizeparams | +| resizewindowpixel | resizes a selected window | resizeparams and a window, separated by a comma, e.g. `100 100,^(kitty)$ | +| movewindowpixel | moves a selected window | resizeparams and a window, separated by a comma | | cyclenext | focuses the next window on a workspace | none (for next) or `prev` (for previous) | | focuswindow | focuses the first window matching | window | | focusmonitor | focuses a monitor | monitor |