From 2e6db9a35f25e476f091676f229f5b3a9da0f980 Mon Sep 17 00:00:00 2001 From: SDGDen Date: Thu, 18 Jun 2026 13:28:09 +0200 Subject: [PATCH] Updated docs/bindings/keys.md to include the chvt and focusid dispatchers. --- docs/bindings/keys.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/bindings/keys.md b/docs/bindings/keys.md index a7694d74..6c8a8c58 100644 --- a/docs/bindings/keys.md +++ b/docs/bindings/keys.md @@ -106,6 +106,7 @@ bindr=Super,Super_L,spawn,rofi -show run | Command | Param | Description | | :--- | :--- | :--- | +| `focusid` | - | Focus window (can target any window via IPC: `mmsg dispatch focusid client,`) | | `focusdir` | `left/right/up/down` | Focus window in direction. | | `focusstack` | `next/prev` | Cycle focus within the stack. | | `focuslast` | - | Focus the previously active window. | @@ -172,6 +173,8 @@ bindr=Super,Super_L,spawn,rofi -show run | `disable_monitor` | `monitor_spec` | Shutdown monitor. Accepts a [monitor spec](/docs/configuration/monitors#monitor-spec-format). | | `enable_monitor` | `monitor_spec` | Power on monitor. Accepts a [monitor spec](/docs/configuration/monitors#monitor-spec-format). | | `toggle_monitor` | `monitor_spec` | Toggle monitor power. Accepts a [monitor spec](/docs/configuration/monitors#monitor-spec-format). | +| `chvt` | `1-9` | Change virtual terminal (tty, equivalent to using ctrl+alt+Fkeys) | + ### Media Controls