From 2e24cce0a453a135506af4bc0ebd1033829cb775 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Sat, 9 Mar 2024 00:56:51 +0100 Subject: [PATCH] Add separate section for installing GUI apps --- scripts/Arch/Collections/personal.sh | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/scripts/Arch/Collections/personal.sh b/scripts/Arch/Collections/personal.sh index 3e667c09..ec9b0296 100755 --- a/scripts/Arch/Collections/personal.sh +++ b/scripts/Arch/Collections/personal.sh @@ -20,14 +20,10 @@ yay --noconfirm -Syu \ fish \ zoxide \ fzf \ - dconf-editor \ sl \ openssh \ terminal-parrot \ rar \ - flatpak \ - `# Fixes: https://www.reddit.com/r/flatpak/comments/168tav2/how_to_fix_blurry_flatpaks_on_high_resolution/` \ - xdg-desktop-portal-gtk \ ; . "../Software/vim/install.sh"; @@ -47,6 +43,14 @@ yay --noconfirm -Syu \ yay --noconfirm -Syu power-profiles-daemon; sudo systemctl enable --now power-profiles-daemon; +# GUI Applications +yay --noconfirm -Syu \ + dconf-editor \ + flatpak \ + `# Fixes: https://www.reddit.com/r/flatpak/comments/168tav2/how_to_fix_blurry_flatpaks_on_high_resolution/` \ + xdg-desktop-portal-gtk \ + ; + # Networking yay --noconfirm -Syu networkmanager-openvpn;