20 lines
277 B
Markdown
20 lines
277 B
Markdown
# blacklayer
|
|
A lightweight, per-monitor screen saver for Hyprland that automatically dims inactive displays and instantly restores them on focus.
|
|
|
|
Required packets
|
|
|
|
Arch
|
|
```
|
|
sudo pacman -S jq
|
|
```
|
|
|
|
Debian / Ubuntu
|
|
```
|
|
sudo apt install jq
|
|
```
|
|
|
|
Fedora
|
|
```
|
|
sudo dnf install jq
|
|
```
|