Compare commits

..

No commits in common. "8e2de8afe26eb9f40bc3c6a6461cb65a9ed37bc2" and "4a12cf07b9b7014eae6aab8538301942d4cc50fd" have entirely different histories.

3 changed files with 3 additions and 15 deletions

View File

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

View File

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

View File

@ -19,7 +19,5 @@
# 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
chmod 600 ~/.config/aerc/accounts.conf
secret-tool lookup Title "conf-identity" > ~/.config/identity
chmod 600 ~/.config/identity
secret-tool lookup Title "conf-aerc-accounts" > .config/aerc/accounts.conf
secret-tool lookup Title "conf-identity" > .config/identity