Compare commits
No commits in common. "c7e50d474343996dcf190a1bccd4c9c7e8df6e40" and "15aa65ada227941578fa4b68c2971ffb8c55b0f1" have entirely different histories.
c7e50d4743
...
15aa65ada2
|
|
@ -1,17 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
CURDIR="$(dirname "$0")"
|
||||
. "${CURDIR}/../helpers/root_guard.sh"
|
||||
root_guard
|
||||
|
||||
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/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-hibernate
|
||||
|
|
@ -36,7 +36,6 @@ polkit-gnome
|
|||
qqc2-desktop-style
|
||||
qt5ct
|
||||
qt6ct
|
||||
realtime-privileges
|
||||
seatd
|
||||
starship
|
||||
sudo
|
||||
|
|
|
|||
Loading…
Reference in New Issue