Compare commits

..

3 Commits

3 changed files with 15 additions and 3 deletions

View File

@ -5,6 +5,7 @@ ttf-jetbrains-mono
ttf-ibm-plex
wqy-microhei
ttf-roboto
noto-fonts
noto-fonts-emoji
git
xwallpaper
@ -43,6 +44,9 @@ pipewire-pulse
#
# utility
#
glances
net-tools
libappimage
nftables
ufw
rofi
@ -96,6 +100,7 @@ w3m
#
# extras
#
gomuks
picom
keepassxc
gimp
@ -131,6 +136,7 @@ pdf2svg
chromium
cargo
go
npm
ansible
@ -170,6 +176,8 @@ man
# for compiling suckless utilities
freetype2
libxft
libxinerama
#
# personal

View File

@ -18,7 +18,9 @@ xss-lock -- slock &
dunst &
xrdb .Xresources
if ! pgrep pipewire; then
gentoo-pipewire-launcher &
wireplumber &
pipewire &
pipewire-pulse &
fi
# DBus

View File

@ -19,5 +19,7 @@
# this script takes these secret files and deploys them to the system
# you need to have keepassxc running to use it
secret-tool lookup Title "conf-aerc-accounts" > .config/aerc/accounts.conf
secret-tool lookup Title "conf-identity" > .config/identity
secret-tool lookup Title "conf-aerc-accounts" > ~/.config/aerc/accounts.conf
chmod 600 ~/.config/aerc/accounts.conf
secret-tool lookup Title "conf-identity" > ~/.config/identity
chmod 600 ~/.config/identity