Skip to content

Commit e8dc953

Browse files
Merge branch 'main' into multi-select
2 parents 3d2e5c9 + c905aee commit e8dc953

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build/linutil

-1.65 MB
Binary file not shown.

src/commands/applications-setup/dwmtitus-setup.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ setupDWM() {
1515
$ESCALATION_TOOL "$PACKAGER" -S --needed --noconfirm base-devel libx11 libxinerama libxft imlib2 libxcb
1616
;;
1717
apt)
18-
$ESCALATION_TOOL "$PACKAGER" install -y build-essential libx11-dev libxinerama-dev libxft-dev libimlib2-dev libxcb1-dev
18+
$ESCALATION_TOOL "$PACKAGER" install -y build-essential libx11-dev libxinerama-dev libxft-dev libimlib2-dev libxcb1-dev libx11-xcb1
1919
;;
2020
dnf)
2121
$ESCALATION_TOOL "$PACKAGER" groupinstall -y "Development Tools"
22-
$ESCALATION_TOOL "$PACKAGER" install -y libx11-devel libxinerama-devel libxft-devel imlib2-devel libxcb-devel
22+
$ESCALATION_TOOL "$PACKAGER" install -y libX11-devel libXinerama-devel libXft-devel imlib2-devel libxcb-devel
2323
;;
2424
*)
2525
echo "Unsupported package manager: $PACKAGER"
@@ -302,4 +302,4 @@ setupDWM
302302
makeDWM
303303
install_nerd_font
304304
clone_config_folders
305-
configure_backgrounds
305+
configure_backgrounds

0 commit comments

Comments
 (0)