(General)~small changes

Just check each edit, there's nothing to describe or explain here.
This commit is contained in:
2021-09-15 12:23:21 +01:00
parent d2a1b0c9b0
commit a496715625
4 changed files with 4 additions and 2 deletions

View File

@@ -20,3 +20,4 @@ export XDG_RUNTIME_DIR=/run/user/`id -u`
# Run some programs
/usr/bin/pfetch
misfortune

View File

@@ -128,6 +128,7 @@ export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
. $HOME/.cargo/env
#THIS MUST BE AT THE END OF THE FILE FOR SDKMAN TO WORK!!!
export SDKMAN_DIR="/home/dx/.sdkman"

View File

@@ -23,5 +23,5 @@ dwmblocks &
# $HOME/.config/bspwm/bspwmrc
while :; do
ssh-agent dwm
dwm
done

View File

@@ -144,7 +144,7 @@ font:
#style: Bold Italic
# Point size
size: 8.0
size: 10.0
# Offset is the extra space around each character. `offset.y` can be thought of
# as modifying the line spacing, and `offset.x` as modifying the letter spacing.