Tom Clark

Results 4 issues of Tom Clark

Is it a viable idea to make this amazing launcher not write things to appdata, or make that directory configurable for portable use?

enhancement

I would like to put some text in my navbar. Currently then there doesn't seem to be a mirror for bootstrap's [.navbar-text](https://getbootstrap.com/docs/5.0/components/navbar/#text-1), which means I have to use disabled `NavLink`s....

- Arch linux, dwm (no patches) - Nvidia drivers (mx150), installed with the arch install script - Latest version of this fork installed from https://aur.archlinux.org/packages/picom-rounded-corners/ ### Configuration: ``` experimental-backends =...

My nvim config: ```lua local parser_config = require 'nvim-treesitter.parsers'.get_parser_configs() parser_config.perl = { install_info = { url = '~/clones/tree-sitter-perl', files = { 'src/parser.c' }, }, filetype = 'perl', used_by = {'pm',...