Void Linux workstation powered by niri, Fish and NeoVim. Contains scripts, browser extensions, custom XBPS packages, and typst plugins. git.anhgelus.world/anhgelus/dotfiles
void niri fish neovim nvim vim dotfiles linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(niri): custom width for zen and discord

+11 -1
+11 -1
config/niri/config.kdl
··· 53 53 54 54 // Focus windows and outputs automatically when moving the mouse into them. 55 55 // Setting max-scroll-amount="0%" makes it work only on windows already fully on screen. 56 - focus-follows-mouse max-scroll-amount="90%" 56 + focus-follows-mouse max-scroll-amount="80%" 57 57 } 58 58 59 59 cursor { ··· 179 179 ///////////// 180 180 // SPECIFIC / 181 181 ///////////// 182 + 183 + window-rule { 184 + match app-id="discord" 185 + default-column-width { proportion 1.0; } 186 + } 187 + 188 + window-rule { 189 + match app-id="zen" 190 + default-column-width { proportion 0.9; } 191 + } 182 192 183 193 // Open the Firefox picture-in-picture player as floating by default. 184 194 window-rule {