aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 12095d14cc86244042b894f3c435cff918058ad6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# wlr-idle-proxy

A simple org.freedesktop.ScreenSaver implementation for Wayland compositors that support idle-inhibit-unstable-v1.
This allows software that inhibits screen locking over DBus to transparently inhibit idling on these compositors.

## build

```
meson build
ninja -C build
```

## usage

Just run the output binary in `build`.