From 452eb690c92874026d145ef64720f78b781d7211 Mon Sep 17 00:00:00 2001 From: MightyPlaza <123664421+MightyPlaza@users.noreply.github.com> Date: Wed, 24 Jul 2024 15:42:57 +0000 Subject: [PATCH] remove toggleopaque (#726) --- pages/Configuring/Dispatchers.md | 1 - 1 file changed, 1 deletion(-) diff --git a/pages/Configuring/Dispatchers.md b/pages/Configuring/Dispatchers.md index 798d5d46..3ad57786 100644 --- a/pages/Configuring/Dispatchers.md +++ b/pages/Configuring/Dispatchers.md @@ -54,7 +54,6 @@ layout pages (See the sidebar). | focuswindow | focuses the first window matching | window | | focusmonitor | focuses a monitor | monitor | | splitratio | changes the split ratio | floatvalue | -| toggleopaque | toggles the current window to always be opaque. Will override the `opaque` window rules. | none | | movecursortocorner | moves the cursor to the corner of the active window | direction, 0 - 3, bottom left - 0, bottom right - 1, top right - 2, top left - 3 | | movecursor | moves the cursor to a specified position | `x y` | | renameworkspace | rename a workspace | `id name`, e.g. `2 work` |