From 42316f0b2b48bc304220ee590bbb42363dde2f76 Mon Sep 17 00:00:00 2001 From: outerelocarlos Date: Wed, 20 Apr 2022 06:57:41 +0200 Subject: [PATCH] Add Pop_OS! tiling feature 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 44b4c58..7ebd334 100755 --- a/scripts/2-user.sh +++ b/scripts/2-user.sh @@ -72,6 +72,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