Update README.md
updated description to reflect script change, and add the make executable part.
This commit is contained in:
parent
7e84b7accc
commit
af8fbeaec7
|
@ -1,9 +1,14 @@
|
|||
# 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. You should change the user line to your user. If you need to change your keyboard backlight, or brightnessctl to light then rename them before runnug it. You might even be able to run it on other distrobutions.
|
||||
### 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
|
||||
|
|
Loading…
Reference in New Issue