From 5c5232e53e78c25c92085719583556f7bf795355 Mon Sep 17 00:00:00 2001 From: developomp Date: Mon, 29 Nov 2021 08:54:24 +0900 Subject: [PATCH] added nvidia settings --- setup.sh | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/setup.sh b/setup.sh index cb4a776..5cc754a 100755 --- a/setup.sh +++ b/setup.sh @@ -342,15 +342,16 @@ setup_git() { setup_gnome() { # gnome, nvidia driver, and optimus manager - # gdm-prime: gdm patched for optimus laptops - # xcursor-breeze: cursor design - # matcha-gtk-theme: gtk theme - # papirus-icon-theme: icon theme - # gnome-backgrounds: wallpapers and shit - # gwe: nvidia GPU overclocking https://gitlab.com/leinardi/gwe - # nvidia: nvidia GPU support - # lib32-nvidia-utils 32bit nvidia driver utils - # optimus-manager-qt: https://github.com/Shatur/optimus-manager-qt + # gdm-prime gdm patched for optimus laptops + # xcursor-breeze cursor design + # matcha-gtk-theme gtk theme + # papirus-icon-theme icon theme + # gnome-backgrounds wallpapers and shit + # gwe nvidia GPU overclocking https://gitlab.com/leinardi/gwe + # nvidia nvidia GPU support + # nvidia-settings nvidia settings + # lib32-nvidia-utils 32bit nvidia driver utils + # optimus-manager-qt https://github.com/Shatur/optimus-manager-qt package_install \ gdm-prime \ @@ -360,6 +361,7 @@ setup_gnome() { gnome-backgrounds \ gwe \ nvidia \ + nvidia-settings \ lib32-nvidia-utils \ optimus-manager-qt