Flexible QtQuick based desktop shell toolkit.
The openwindow event format is ADDRESS,WORKSPACE,CLASS,TITLE but the handler was parsing args.at(2) as title and args.at(3) as class, which is reversed. This caused windows to display their class name instead of their actual title when the openwindow event arrived after windowtitlev2, since updateInitial would overwrite the correct title with the class. |
||
|---|---|---|
| .github | ||
| assets | ||
| changelog | ||
| ci | ||
| cmake | ||
| src | ||
| .clang-format | ||
| .clang-tidy | ||
| .editorconfig | ||
| .gitignore | ||
| BUILD.md | ||
| CMakeLists.txt | ||
| CONTRIBUTING.md | ||
| default.nix | ||
| flake.lock | ||
| flake.nix | ||
| Justfile | ||
| LICENSE | ||
| LICENSE-GPL | ||
| overlay.nix | ||
| quickshell.scm | ||
| README.md | ||
| shell.nix | ||
Quickshell
See the website for more information and installation instructions.
This repo is hosted at:
Contributing / Development
See CONTRIBUTING.md for details.
License
Licensed under the GNU LGPL 3.Unless you explicitly state otherwise, any contribution submitted for inclusion shall be licensed as above, without any additional terms or conditions.