From f45796abfb2ebc3c813a70f0ec5c66b6aacacd76 Mon Sep 17 00:00:00 2001 From: Yaroslav de la Peña Smirnov Date: Tue, 16 Sep 2025 23:59:19 +0300 Subject: niri: changed default width for some windows --- dotfiles/.config/niri/config.kdl | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'dotfiles/.config') diff --git a/dotfiles/.config/niri/config.kdl b/dotfiles/.config/niri/config.kdl index 6f904ef..1dfb1a4 100644 --- a/dotfiles/.config/niri/config.kdl +++ b/dotfiles/.config/niri/config.kdl @@ -345,6 +345,8 @@ window-rule { window-rule { match app-id="GLava" + match app-id="com.libretro.RetroArch" + border { off; } shadow { off; } } @@ -352,14 +354,16 @@ window-rule { window-rule { match app-id="Alacritty" match app-id="Mattermost" + match app-id="org.telegram.desktop" - default-column-width { proportion 0.31; } + default-column-width { fixed 770; } } window-rule { match app-id="org.qutebrowser.qutebrowser" + match app-id="org.pwmt.zathura" - default-column-width { proportion 0.69; } + default-column-width { fixed 900; } } // Example: block out two password managers from screen capture. -- cgit v1.2.3