From e14836c5d8ae06b5beb3d0443d7701d1d65059c3 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Tue, 2 Aug 2022 17:15:52 -0400 Subject: [PATCH] ADD x server (kinda important) --- scripts/runtime_pkgs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/runtime_pkgs b/scripts/runtime_pkgs index 6875306..67b2495 100755 --- a/scripts/runtime_pkgs +++ b/scripts/runtime_pkgs @@ -19,7 +19,7 @@ raw=$(echo -e "$(xmonad --deps | jq "$query")\n$(xmobar --deps | jq "$query")") # these are extra packages that pertain to processes outside xmonad but are # still required/desired to make it work correctly -xmonad_pkgs=(xorg-xinit autorandr picom) +xmonad_pkgs=(xorg-xinit xorg-server autorandr picom) mapfile -t official < <(jq_type "$raw" "Official") mapfile -t local < <(jq_type "$raw" "AUR")