From 2dcff2538cb56724110807f39d381da62dba6512 Mon Sep 17 00:00:00 2001 From: vaxerski Date: Wed, 23 Nov 2022 09:57:24 +0000 Subject: [PATCH] toggleopaque override --- 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 4846987..68eb030 100644 --- a/pages/Configuring/Dispatchers.md +++ b/pages/Configuring/Dispatchers.md @@ -44,7 +44,7 @@ layout pages (See the sidebar). | focuswindow | focuses the first window matching | window | | focusmonitor | focuses a monitor | monitor | | splitratio | changes the split ratio | floatdelta | -| toggleopaque | toggles the current window to always be opaque | none | +| 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 | | workspaceopt | toggles a workspace option for the active workspace. | workspaceopt | | exit | exits the compositor with no questions asked. | none |