diff --git a/pages/Configuring/Dispatchers.md b/pages/Configuring/Dispatchers.md index 13acc69..fc40d56 100644 --- a/pages/Configuring/Dispatchers.md +++ b/pages/Configuring/Dispatchers.md @@ -29,7 +29,7 @@ layout pages (See the sidebar). | movetoworkspacesilent | same as above, but doesnt switch to the workspace | workspace OR `workspace,window` for a specific window | | togglefloating | toggles the current window's floating state | left empty / `active` for current, or `window` for a specific window | | fullscreen | toggles the focused window's fullscreen state | 0 - fullscreen (takes your entire screen), 1 - maximize (keeps gaps and bar(s)) | -| dpms | sets all monitors' DPMS status. Do not use with a keybind directly. | `on` or `off` | +| 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 |