# HG changeset patch # User Yuya Nishihara # Date 1716792448 -32400 # Mon May 27 15:47:28 2024 +0900 # Node ID 115e2eab3fd812d889618101869bd5868d654640 # Parent 7a6a7725ae3e97b7aa7bac608326abe9b163f461 niri: keep ediff popup small diff --git a/dot.config/niri/config.kdl b/dot.config/niri/config.kdl --- a/dot.config/niri/config.kdl +++ b/dot.config/niri/config.kdl @@ -282,6 +282,13 @@ default-column-width { fixed 280; } } +window-rule { + match app-id="^emacs$" title="^Ediff$" + default-column-width { fixed 180; } + min-height 60 + max-height 60 +} + // Example: block out two password managers from screen capture. // (This example rule is commented out with a "/-" in front.) /-window-rule {