forked from quickshell/quickshell
Simple and flexbile QtQuick based desktop shell toolkit.
Consumers of defaultAudio*Changed signals can run code between safeDestroy being called and PwObjectIface destruction due to signal connection order. This change destroys ifaces earlier so they are nulled by the time a changed signal is fired from destruction, preventing access between ~PwNode() and ~QObject() completion. Fixes #116 #122 #124 |
||
---|---|---|
.github | ||
assets | ||
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 | ||
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.