From 1b695b22de5e48b7fd9073255323bfebd4c1920d Mon Sep 17 00:00:00 2001 From: Felix Van der Jeugt Date: Mon, 13 Jun 2022 17:19:33 +0200 Subject: [PATCH] clean ncspot cache, add vaults bg, clean calendar --- profile | 7 +++---- xinitrc | 1 + zshrc | 4 +++- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/profile b/profile index e2a65e7..5ec6077 100755 --- a/profile +++ b/profile @@ -29,10 +29,9 @@ export LC_ALL=en_US.utf8 export BOGOFILTER_DIR="$XDG_DATA_HOME/bogofilter" export TERMINAL=st -# Select Dock sound card if it's there -#(it's broken) -if [ -e /proc/asound/Dock ]; then - export ALSA_CARD=Dock +# Clean spotify cachedir +if [ -d "$HOME/.cache/ncspot/librespot/files" ]; then + rm -r "$HOME/.cache/ncspot/librespot/files" fi #stty -ixon # disable diff --git a/xinitrc b/xinitrc index 5d18b54..0b0e423 100644 --- a/xinitrc +++ b/xinitrc @@ -8,6 +8,7 @@ forklog() { case "$(hostname)" in mantle) xset dpms 0 0 300 s off ; backimg="bgs -z" ;; abysm) xset dpms 0 0 50 s off ; backimg="feh --bg-fill" ;; +vaults) xset dpms 0 0 300 s off ; backimg="feh --bg-fill" ;; esac xset r rate 300 55 diff --git a/zshrc b/zshrc index f88dd1a..d90b24d 100644 --- a/zshrc +++ b/zshrc @@ -75,7 +75,9 @@ alias agent='eval "$(ssh-agent)" && ssh-add' alias unlock='gpg-connect-agent <<