Quickshell documentation website
| .vim | ||
| public | ||
| src | ||
| .editorconfig | ||
| .env.development | ||
| .gitattributes | ||
| .gitignore | ||
| .pnp.cjs | ||
| .pnp.loader.mjs | ||
| .yarnrc.yml | ||
| astro.config.mjs | ||
| biome.jsonc | ||
| default.nix | ||
| flake.lock | ||
| flake.nix | ||
| package-lock.json | ||
| package.json | ||
| pagefind.ts | ||
| README.md | ||
| redirects.caddyfile | ||
| shell.nix | ||
| tsconfig.json | ||
| versions.json | ||
| yarn.lock | ||
Quickshell Docs
Documentation for quickshell Hosted version at quickshell.outfoxxed.me
Frontend rewritten by Xanazf
Development
Install language server attribution
[!INFO] Yarn
yarn dlx @yarnpkg/sdks base
======
[!INFO] NPM
npx @yarnpkg/sdks base
Enable the language server to use yarn sdks
[!NOTE] Example for Neovim
{ -- ... typescript = { -- ... tsdk = "./.yarn/sdks/typescript/lib", -- ... }, -- or whatever language server you're using vtsls = { autoUseWorkspaceTsdk = true, } }
Notes for future updates
- improve Head
- improve light theme
- QtQML docs search
- page metadata:
min_versionmax_versionedit_URL
- typedocs clearer borders between layout parts
- better front page styling