From fde880858a3b9d4370c0604bbf8d7ebb6282abf8 Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Tue, 1 Sep 2020 18:12:34 -0400 Subject: [PATCH] NVIDIA Optimus Manager - Add optimus-manager-qt to autostart and autoquit scripts --- autoquit.sh | 1 + autostart.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/autoquit.sh b/autoquit.sh index 9fb01c5..bbe3991 100755 --- a/autoquit.sh +++ b/autoquit.sh @@ -23,6 +23,7 @@ declare -a applications_array=(\ # Hardware Driver Applications "solaar" \ # Logitech Mouse Driver "polychromatic-t" \ # Razer Keyboard Customization + "optimus-manager" \ # Optimus Manager Qt ) # Kill applications diff --git a/autostart.sh b/autostart.sh index f9322d1..a3a5a0e 100755 --- a/autostart.sh +++ b/autostart.sh @@ -26,6 +26,7 @@ declare -a applications_array=(\ # Hardware Driver Applications "solaar --window=hide" \ # Logitech Mouse Driver "polychromatic-tray-applet" \ # Razer Keyboard Customization + "optimus-manager-qt" \ # Optimus Manager Qt ) # Run applications (ignore if they don't exist)