From 258e5a5c4969ed46dff26baac23dacb46237c7a6 Mon Sep 17 00:00:00 2001 From: Yaroslav de la Peña Smirnov Date: Wed, 17 Sep 2025 11:55:34 +0300 Subject: niri: change default width for qutebrowser --- dotfiles/.config/niri/config.kdl | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/dotfiles/.config/niri/config.kdl b/dotfiles/.config/niri/config.kdl index 1dfb1a4..5a007f5 100644 --- a/dotfiles/.config/niri/config.kdl +++ b/dotfiles/.config/niri/config.kdl @@ -360,12 +360,17 @@ window-rule { } window-rule { - match app-id="org.qutebrowser.qutebrowser" match app-id="org.pwmt.zathura" default-column-width { fixed 900; } } +window-rule { + match app-id="org.qutebrowser.qutebrowser" + + default-column-width { fixed 1150; } +} + // Example: block out two password managers from screen capture. // (This example rule is commented out with a "/-" in front.) /-window-rule { -- cgit v1.2.3