From b8bfc5b87032bfa0701d6238e63a858ea93f9570 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sat, 30 Dec 2017 23:20:25 -0500 Subject: [PATCH] Move i3-gaps from aur.sh to packages.sh i3-gaps is now a part of the official repositories. --- install/aur.sh | 1 - install/packages.sh | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/install/aur.sh b/install/aur.sh index acad6c4e..1144e7ff 100644 --- a/install/aur.sh +++ b/install/aur.sh @@ -33,7 +33,6 @@ function get() { su $LOCALUSER --session-command "yay -S $1 --noconfirm --noedit" } -get i3-gaps # Install i3-gaps, our window manager of choice get shotgun # Install shotgun, our screenshot utility of choice get inox-bin # Install inox, our chromium variant of choice get waterfox-bin # Install waterfox, our firefox variant of choice diff --git a/install/packages.sh b/install/packages.sh index 64f66003..82750802 100644 --- a/install/packages.sh +++ b/install/packages.sh @@ -88,6 +88,7 @@ i alsa-utils # Install alsa-utils, required to make the sound system work i termite # Install termite, our terminal of choice (with true color support) i compton # Install compton, our compositor of choice +i i3-gaps # Install i3-gaps, our window manager of choice i ranger # Install ranger, our file explorer of choice i feh # Install feh, a quick and simple way to view images