diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2025-09-16 23:59:19 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2025-09-16 23:59:19 +0300 |
commit | f45796abfb2ebc3c813a70f0ec5c66b6aacacd76 (patch) | |
tree | ca545203559db737a9fc628a0e46d2e0b6537486 /dotfiles | |
parent | f207ab8e1b9c03bee9a90c4093b00b3718666bc7 (diff) | |
download | swayrice-f45796abfb2ebc3c813a70f0ec5c66b6aacacd76.tar.gz swayrice-f45796abfb2ebc3c813a70f0ec5c66b6aacacd76.zip |
niri: changed default width for some windowsniri
Diffstat (limited to 'dotfiles')
-rw-r--r-- | dotfiles/.config/niri/config.kdl | 8 |
1 files changed, 6 insertions, 2 deletions
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. |