diff options
Diffstat (limited to '.config')
| -rw-r--r-- | .config/neofetch/config.conf | 2 | ||||
| -rw-r--r-- | .config/picom/picom.conf | 10 | ||||
| -rw-r--r-- | .config/shell/aliasrc | 2 | ||||
| -rw-r--r-- | .config/shell/profile | 1 | ||||
| -rw-r--r-- | .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 & |
