From 5cf8669daf4addb2003f0ca4b362cc7b3c3db38f Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Wed, 11 Jan 2023 22:46:14 +0100 Subject: i dont even know anymore, i just update this from time to time --- .config/neofetch/config.conf | 2 +- .config/picom/picom.conf | 10 ++++++---- .config/shell/aliasrc | 2 +- .config/shell/profile | 1 - .config/x11/xinitrc | 2 +- 5 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.config/neofetch/config.conf b/.config/neofetch/config.conf index 0707571..86feaa4 100644 --- a/.config/neofetch/config.conf +++ b/.config/neofetch/config.conf @@ -745,7 +745,7 @@ ascii_distro="auto" # Example: # ascii_colors=(distro) - Ascii is colored based on Distro colors. # ascii_colors=(4 6 1 8 8 6) - Ascii is colored using these colors. -ascii_colors=(distro) +ascii_colors=(15 88 88 88 88 88) # Bold ascii logo # Whether or not to bold the ascii logo. diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index 08dea69..fa4d989 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -1,6 +1,8 @@ # just very slightly rounded corners -corner-radius = 6 +# empty file, just so transparency works on st -rounded-corners-exclude = [ - "class_g = 'dwm'" -]; +# corner-radius = 6 + +# rounded-corners-exclude = [ +# "class_g = 'dwm'" +# ]; diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc index 10f32a1..7cc0a9d 100644 --- a/.config/shell/aliasrc +++ b/.config/shell/aliasrc @@ -17,7 +17,7 @@ alias ea='vi ~/.config/shell/aliasrc' alias freyr='sudo docker run -it --rm -v /media/hdd/music:/data freyrcli/freyrjs' # setting custom ascii -alias neofetch='neofetch --source ~/docs/ascii/lain' +# alias neofetch='neofetch --source ~/docs/ascii/lain' # cp mv and rm always verbose alias cp='cp -iv' diff --git a/.config/shell/profile b/.config/shell/profile index ea3879e..6cca5f1 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -14,7 +14,6 @@ export ZDOTDIR="$XDG_CONFIG_HOME/zsh" export LC_ALL=en_US.UTF-8 -export STARSHIP_CONFIG=~/.config/starship/starship.toml export MAIL=~/.mutt/Maildir export NO_AT_BRIDGE=1 diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc index dc3b2b5..220c9ff 100644 --- a/.config/x11/xinitrc +++ b/.config/x11/xinitrc @@ -10,6 +10,7 @@ fi rfkill block all eval "$(gpg-agent --daemon --allow-preset-passphrase --write-env-file "$envfile")" +eval "$(ssh-agent)" xset r rate 250 30 xset s off -dpms @@ -20,7 +21,6 @@ xrandr --auto --output DisplayPort-2 --mode 1600x900 --left-of HDMI-A-0 # ibus-daemon -dxrR statusbar & -dunst & pipewire & mpd & picom & -- cgit v1.2.3