From 4acd96a30269f57acfc2b0534dc1587517e4fa06 Mon Sep 17 00:00:00 2001 From: Hugh O'Brien Date: Sun, 3 Sep 2023 01:11:48 -0400 Subject: [PATCH] sway-ipc.7: typo stacked->stacking ``` layout string - The node's layout. It can either be splith, splitv, stacked, tabbed, or output ``` Correct to *stacking* --- sway/sway-ipc.7.scd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sway/sway-ipc.7.scd b/sway/sway-ipc.7.scd index f4a5ccff2..87e4b4016 100644 --- a/sway/sway-ipc.7.scd +++ b/sway/sway-ipc.7.scd @@ -322,7 +322,7 @@ node and will have the following properties: : Number of pixels used for the border width |- layout : string -: The node's layout. It can either be _splith_, _splitv_, _stacked_, +: The node's layout. It can either be _splith_, _splitv_, _stacking_, _tabbed_, or _output_ |- orientation : string