From 6426a02150a431548cb7aa009eb4656aad72c492 Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Wed, 7 Sep 2022 11:15:59 +0200 Subject: [PATCH] clarify movewindow --- pages/Configuring/Advanced-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/Configuring/Advanced-config.md b/pages/Configuring/Advanced-config.md index a76efb2..fbf4a8f 100644 --- a/pages/Configuring/Advanced-config.md +++ b/pages/Configuring/Advanced-config.md @@ -260,7 +260,7 @@ layout pages (See the sidebar) | dpms | sets all monitors' DPMS status. Do not use with a keybind directly. | `on` or `off` | | pseudo | toggles the focused window's pseudo mode | none | | movefocus | moves the focus in a direction | direction | -| movewindow | moves the active window in a direction or to a monitor | direction or monitor | +| movewindow | moves the active window in a direction or to a monitor | direction or `mon:` and a monitor | | resizeactive | resizes the active window | resizeparams | | moveactive | moves the active window | resizeparams | | resizewindowpixel | resizes a selected window | `resizeparams,window`, e.g. `100 100,^(kitty)$ |