Create envycontrol.sh

This commit is contained in:
EndermanXD 2024-07-26 13:13:31 +03:30 committed by GitHub
parent 26f9e8e4d4
commit ed947e0d02
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,7 @@
#!/bin/bash
if [[ -f "/etc/modprobe.d/nvidia.conf" ]]; then
systemctl disable envycontrol.service
else
envycontrol -s nvidia --dm sddm
fi