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 3c27c10 commit 0da5fe7Copy full SHA for 0da5fe7
src/guide/introduction.mdx
@@ -24,6 +24,13 @@ A specific configuration can be picked using the `--config` or `-c` argument to
24
Configs located at other paths outside XDG standard, including raw qml files,
25
can be run with `--path` or `-p`.
26
27
+> [!CAUTION]
28
+> Many users use root imports, in the form `import "root:/path/to/module"`. These are an old
29
+> Quickshell feature that will break the LSP and singletons. Keep that in mind if you decide
30
+> to use them.
31
+>
32
+> A replacement without these issues is planned.
33
+
34
## Creating Windows
35
36
Quickshell has two main window types available:
0 commit comments