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): start pipewire and custom rules for minecraft

+7 -1
+7 -1
config/niri/config.kdl
··· 132 132 133 133 spawn-at-startup "waybar" 134 134 spawn-at-startup "swww-daemon" 135 + spawn-at-startup "pipewire" 135 136 136 137 // To run a shell command (with variables, pipes, etc.), use spawn-sh-at-startup: 137 138 // spawn-sh-at-startup "qs -c ~/source/qs/MyAwesomeShell" ··· 171 172 exclude is-focused=false is-active=false is-floating=false 172 173 match app-id="mpv" 173 174 match app-id="discord" 174 - //match class="Minecraft.*" 175 + match app-id="Minecraft.*" 175 176 176 177 opacity 1.0 177 178 } ··· 188 189 window-rule { 189 190 match app-id="zen" 190 191 default-column-width { proportion 0.9; } 192 + } 193 + 194 + window-rule { 195 + match app-id="Minecraft.*" 196 + default-column-width { proportion 1.0; } 191 197 } 192 198 193 199 // Open the Firefox picture-in-picture player as floating by default.