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): increase cursor size

+2 -2
+2 -2
config/niri/config.kdl
··· 58 58 59 59 cursor { 60 60 xcursor-theme "Adwaita" 61 - xcursor-size 24 61 + xcursor-size 28 62 62 63 63 hide-after-inactive-ms 5000 64 64 } ··· 240 240 } 241 241 242 242 window-rule { 243 - match app-id="jetbrains-*" 244 243 exclude is-floating=true 244 + match app-id="jetbrains-*" 245 245 default-column-width { proportion 1.0; } 246 246 } 247 247