(General)~small changes
Just check each edit, there's nothing to describe or explain here.
This commit is contained in:
@@ -20,3 +20,4 @@ export XDG_RUNTIME_DIR=/run/user/`id -u`
|
|||||||
|
|
||||||
# Run some programs
|
# Run some programs
|
||||||
/usr/bin/pfetch
|
/usr/bin/pfetch
|
||||||
|
misfortune
|
||||||
|
|||||||
@@ -128,6 +128,7 @@ export NVM_DIR="$HOME/.nvm"
|
|||||||
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads 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
|
[ -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!!!
|
#THIS MUST BE AT THE END OF THE FILE FOR SDKMAN TO WORK!!!
|
||||||
export SDKMAN_DIR="/home/dx/.sdkman"
|
export SDKMAN_DIR="/home/dx/.sdkman"
|
||||||
|
|||||||
@@ -23,5 +23,5 @@ dwmblocks &
|
|||||||
|
|
||||||
# $HOME/.config/bspwm/bspwmrc
|
# $HOME/.config/bspwm/bspwmrc
|
||||||
while :; do
|
while :; do
|
||||||
ssh-agent dwm
|
dwm
|
||||||
done
|
done
|
||||||
|
|||||||
@@ -144,7 +144,7 @@ font:
|
|||||||
#style: Bold Italic
|
#style: Bold Italic
|
||||||
|
|
||||||
# Point size
|
# Point size
|
||||||
size: 8.0
|
size: 10.0
|
||||||
|
|
||||||
# Offset is the extra space around each character. `offset.y` can be thought of
|
# 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.
|
# as modifying the line spacing, and `offset.x` as modifying the letter spacing.
|
||||||
|
|||||||
Reference in New Issue
Block a user