Lid-Power-Manger/README.md

15 lines
616 B
Markdown

# Lid-Power-Manger
### Script to use with Arch Hyprland if you decide to uninstall upower and would also like to use something like system76-power along with system76-power-GUI. Just add to your Hyprland config or any other WM really. If you need to change your keyboard backlight, or brightnessctl to light or something then rename them before runnug it. You might even be able to run it on other distrobutions.
## Dependencies: systemd brightnessctl
just make executable:
```sh
sudo chmod +x lid-handler.sh
```
Add to hyprland.conf, Just add to your location
```
exec-once=~/.config/hypr/bin/lid-handler.sh
```