diff --git a/devware.csv b/devware.csv index 38ff5cb..47bf2bf 100644 --- a/devware.csv +++ b/devware.csv @@ -14,3 +14,5 @@ libxkbcommon,"keyboard handling library",D, libxkbcommon-dev,"keyboard handling library (development files)",D, wayland-protocols,"Protocols and protocol extensions complementing the Wayland core protocol",D, pkgconf,"development framework configuration tools",D, +fcft,"Simple library for font loading and glyph rasterization using FontConfig, FreeType and pixman",D, +fcft-dev,"Simple library for font loading and glyph rasterization using FontConfig, FreeType and pixman (development files)",D, diff --git a/postinstall.sh b/postinstall.sh index 1a848fc..3741cec 100644 --- a/postinstall.sh +++ b/postinstall.sh @@ -38,11 +38,12 @@ make_ctpv() { make_hellwal() { cd $HOME/.local/src/hellwal/ bwroot make install + cd; wal -i Pictures/Wallpapers/vatihall.jpg } cd "/home/$@/" read_software $software +make_hellwal make_dwl make_slstatus make_ctpv -make_hellwal