From e3f30ca065b851772cc04ef9eb7226bf701f0fa5 Mon Sep 17 00:00:00 2001 From: lilly-lizard Date: Sun, 19 Apr 2026 10:03:11 +1200 Subject: [PATCH] added docs for tagtoleftsilent and tagtorightsilent --- docs/bindings/keys.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/bindings/keys.md b/docs/bindings/keys.md index b3a4ab64..c1f67815 100644 --- a/docs/bindings/keys.md +++ b/docs/bindings/keys.md @@ -126,7 +126,9 @@ bindr=Super,Super_L,spawn,rofi -show run | `tag` | `1-9 [,synctag]` | Move window to tag. Optional `synctag` (0/1) syncs to all monitors. | | `tagsilent` | `1-9` | Move window to tag without focusing it. | | `tagtoleft` | `[synctag]` | Move window to left tag. Optional `synctag` (0/1). | +| `tagtoleftsilent` | `[synctag]` | Move window to left tag without focusing it. Optional `synctag` (0/1). | | `tagtoright` | `[synctag]` | Move window to right tag. Optional `synctag` (0/1). | +| `tagtorightsilent` | `[synctag]` | Move window to right tag without focusing it. Optional `synctag` (0/1). | | `tagcrossmon` | `tag,monitor_spec` | Move window to specified tag on specified monitor. | | `toggletag` | `0-9` | Toggle tag on window (0 means all tags). | | `toggleview` | `1-9` | Toggle tag view. |