We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6bb9e9 commit 58eba03Copy full SHA for 58eba03
src/guide/install-setup.mdx
@@ -10,6 +10,12 @@ index: 0
10
11
All packages currently track quickshell's master branch. This may change in the future.
12
13
+Note that you may want to install some additional packages (names vary by distro):
14
+- `qtsvg`: support for SVG image loading (bundled with most packages)
15
+- `qtimageformats`: support for WEBP images as well as some less common ones
16
+- `qtmultimedia`: support for playing videos, audio, etc
17
+- `qt5compat`: extra visual effects, notably gaussian blur. @@QtQuick.Effects.MultiEffect is usually preferable
18
+
19
### Nix
20
Quickshell releases are packaged in nixpkgs as `quickshell`.
21
0 commit comments