https://github.com/waycrate/qt-session-lock
https://github.com/waycrate/qt-session-lock
sessionlock sway
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/waycrate/qt-session-lock
- Owner: waycrate
- License: gpl-3.0
- Created: 2023-10-11T13:02:00.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-05-07T10:59:31.000Z (about 1 year ago)
- Last Synced: 2025-06-04T00:23:59.490Z (about 1 year ago)
- Topics: sessionlock, sway
- Language: C++
- Size: 68.4 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Session-lock binding for Qt
This lib is the binding of ext-session-lock, for qt. This repo is used to build a lock program for wayland wm.
## Dependiences
If you are using archlinux, In order to build this lib, you need to run
```bash
sudo pacman -S cmake base-devel qt6-wayland
```
## Usage in cmake
```cmake
find_package(SessionLockQt REQUIRED)
target_link_libraries(YourProgram PRIVATE
Qt6::Quick
Qt6::WaylandClient
SessionLockQt::Interface
)
```
## Example repo
[waycratelock](https://github.com/waycrate/waycratelock)