Compare commits
2 Commits
bce5b1a3a6
...
bab7883ad2
| Author | SHA1 | Date |
|---|---|---|
|
|
bab7883ad2 | |
|
|
106c70e666 |
|
|
@ -6,12 +6,7 @@ root_guard
|
||||||
|
|
||||||
echo "options nvidia NVreg_PreserveVideoMemoryAllocations=1 NVreg_TemporaryFilePath=/path/to/tmp-nvidia" > /etc/modprobe.d/nvidia-power-management.conf
|
echo "options nvidia NVreg_PreserveVideoMemoryAllocations=1 NVreg_TemporaryFilePath=/path/to/tmp-nvidia" > /etc/modprobe.d/nvidia-power-management.conf
|
||||||
|
|
||||||
#install -m 755 "${CURDIR}/../files/scripts/suspend-hyprland" /usr/local/bin
|
install -m 644 "${CURDIR}/../files/hooks/nvidia.hook" /etc/pacman.d/hooks/nvidia.hook
|
||||||
#install -m 644 "${CURDIR}/../files/services/hyprland-suspend.service" /usr/lib/systemd/system
|
|
||||||
#install -m 644 "${CURDIR}/../files/services/hyprland-resume.service" /usr/lib/systemd/system
|
|
||||||
#
|
|
||||||
#systemctl daemon-reload
|
|
||||||
#systemctl enable hyprland-suspend.service
|
|
||||||
#systemctl enable hyprland-resume.service
|
|
||||||
systemctl enable nvidia-suspend
|
systemctl enable nvidia-suspend
|
||||||
systemctl enable nvidia-hibernate
|
systemctl enable nvidia-hibernate
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue