From 73f6d3366ee801e27f7c50601117e5e747d88899 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Fri, 31 Jan 2025 19:24:26 +0300 Subject: wiki: Remove foot mention This issue has been fixed in foot. --- wiki/Configuration:-Layout.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/wiki/Configuration:-Layout.md b/wiki/Configuration:-Layout.md index 1bf4bc31..d1b36e62 100644 --- a/wiki/Configuration:-Layout.md +++ b/wiki/Configuration:-Layout.md @@ -178,8 +178,6 @@ layout { > `default-column-width {}` causes niri to send a (0, H) size in the initial configure request. > > This is a bit [unclearly defined](https://gitlab.freedesktop.org/wayland/wayland-protocols/-/issues/155) in the Wayland protocol, so some clients may misinterpret it. -> In practice, the only problematic client I saw is [foot](https://codeberg.org/dnkl/foot/), which takes this as a request to have a literal zero width. -> > Either way, `default-column-width {}` is most useful for specific windows, in form of a [window rule](https://github.com/YaLTeR/niri/wiki/Configuration:-Window-Rules) with the same syntax. ### `preset-window-heights` -- cgit