From 48346677d04fa703900dfd17edd87e400b114bf0 Mon Sep 17 00:00:00 2001 From: outerelocarlos Date: Fri, 22 Apr 2022 03:19:52 +0200 Subject: [PATCH] Add Pop_OS! tiling to full GNOME installations The Pop_OS! tiling feature is now installed via AUR if the user selects a full installation of the GNOME desktop environment. --- scripts/2-user.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/2-user.sh b/scripts/2-user.sh index 8e60e6f..9f02317 100755 --- a/scripts/2-user.sh +++ b/scripts/2-user.sh @@ -71,6 +71,8 @@ if [[ $INSTALL_TYPE == "FULL" ]]; then cd ~ git clone https://github.com/stojshic/dotfiles-openbox ./dotfiles-openbox/install-titus.sh + elif [[ $DESKTOP_ENV == "gnome" && ! $AUR_HELPER == none ]]; then + $AUR_HELPER -S --noconfirm --needed gnome-shell-extension-pop-shell fi fi