Skip to content

hyprwm/hyprland-qtutils

This branch is up to date with main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3504a29 · Feb 8, 2025

History

27 Commits
Feb 8, 2025
Jan 8, 2025
Jan 8, 2025
Oct 27, 2024
Jan 27, 2025
Jan 7, 2025
Oct 27, 2024
Jan 13, 2025
Jan 10, 2025
Jan 27, 2025
Jan 27, 2025

Repository files navigation

Hyprland QT utils

This repo houses some qt/qml utilities that might be used by various hypr* apps.

Dependencies

This depends on qt6 and qt6-qml, as well as hyprland-qt-support.

Building

You can build it with this command:

cmake --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_INSTALL_PREFIX:PATH=/usr -S . -B ./build
cmake --build ./build --config Release --target all -j`nproc 2>/dev/null || getconf NPROCESSORS_CONF`