Flexible QtQuick based desktop shell toolkit.
Find a file
nemalex d24e8e9736
hyprland/ipc: swap windowTitle and windowClass in openwindow handler
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.
2025-11-29 22:06:37 -08:00
.github ci: add qt6.10.0 checkout 2025-11-15 02:31:58 -08:00
assets build: add icon and desktop file 2025-07-10 21:57:10 -07:00
changelog hyprland/ipc: swap windowTitle and windowClass in openwindow handler 2025-11-29 22:06:37 -08:00
ci ci: add qt6.10.0 checkout 2025-11-15 02:31:58 -08:00
cmake build: add qs_add_link_dependencies 2024-11-19 13:58:34 -08:00
src hyprland/ipc: swap windowTitle and windowClass in openwindow handler 2025-11-29 22:06:37 -08:00
.clang-format build: update clang tooling and reformat 2025-11-15 04:43:27 -08:00
.clang-tidy build: fix new clang-tidy lints 2025-11-15 04:29:12 -08:00
.editorconfig guix: add guix package definition 2025-03-24 22:04:18 -07:00
.gitignore misc: remove the docs and examples submodules 2024-06-02 15:23:19 -07:00
BUILD.md service/polkit: add service module to write Polkit agents 2025-10-30 03:53:01 -07:00
CMakeLists.txt service/polkit: add service module to write Polkit agents 2025-10-30 03:53:01 -07:00
CONTRIBUTING.md docs: update CONTRIBUTING style guide 2025-01-26 18:37:53 -08:00
default.nix service/polkit: add service module to write Polkit agents 2025-10-30 03:53:01 -07:00
flake.lock build: update clang tooling and reformat 2025-11-15 04:43:27 -08:00
flake.nix nix: add overlay 2025-09-28 23:56:30 -07:00
Justfile all: fix gcc warnings and lints 2025-10-04 13:43:41 -07:00
LICENSE misc: add LGPL license 2024-03-04 06:10:03 -08:00
LICENSE-GPL misc: add LGPL license 2024-03-04 06:10:03 -08:00
overlay.nix nix: add overlay 2025-09-28 23:56:30 -07:00
quickshell.scm service/polkit: add service module to write Polkit agents 2025-10-30 03:53:01 -07:00
README.md docs: mention github mirror in README 2025-06-20 03:34:05 -07:00
shell.nix nix: update flake + tidyfox 2025-09-28 23:56:32 -07:00

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.