diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2025-09-17 11:55:34 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2025-09-17 11:55:34 +0300 |
commit | 258e5a5c4969ed46dff26baac23dacb46237c7a6 (patch) | |
tree | 4c7fb8edd58c8a5935d786e5470143f12b655e05 /dotfiles/.config/niri | |
parent | f45796abfb2ebc3c813a70f0ec5c66b6aacacd76 (diff) | |
download | swayrice-258e5a5c4969ed46dff26baac23dacb46237c7a6.tar.gz swayrice-258e5a5c4969ed46dff26baac23dacb46237c7a6.zip |
niri: change default width for qutebrowserniri
Diffstat (limited to 'dotfiles/.config/niri')
-rw-r--r-- | dotfiles/.config/niri/config.kdl | 7 |
1 files changed, 6 insertions, 1 deletions
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 { |