From 2e7b424905060de04e5137693f138a18d441a1de Mon Sep 17 00:00:00 2001 From: vaxerski Date: Wed, 5 Oct 2022 10:32:48 +0100 Subject: [PATCH] mention dpms per mon --- pages/Configuring/Dispatchers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 |