archinstall/modules/dwm.sh
2024-05-25 11:21:55 +02:00

29 lines
645 B
Bash

#!/bin/bash
#shellcheck disable=SC2154
pkg+=(
autorandr
i3lock xss-lock
picom
xorg-{server,xinit,xrandr,xsetroot} xclip xdotool
)
case "$(lsmod)" in
*amdgpu*) pkg+=(xf86-video-amdgpu) ;;
*i915*)
# https://wiki.archlinux.org/title/Intel_graphics#Installation
#pkg+=(xf86-video-intel)
;;
*nouveau*)
# https://bugs.freedesktop.org/show_bug.cgi?id=94844#c3
#pkg+=(xf86-video-nouveau)
;;
*)
;;
esac
bash ./modules/desktop.sh
git clone --depth 1 https://git.maby.dev/ange/.dotfiles.git dotfiles
arch-chroot /mnt/ bash -x ./dotfiles/.config/suckless/update.sh