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)