This commit is contained in:
Tobias Schmidl 2018-01-20 14:42:30 +01:00
parent 3aec031e26
commit 3e0d296a28
2 changed files with 3 additions and 2 deletions

View file

@ -129,7 +129,7 @@ URxvt.keysym.KP_End: \033[4~
! Xft settings ---------------------------------------------------------------
Xft.dpi: 96
!Xft.dpi: 96
Xft.antialias: true
Xft.rgba: rgb
Xft.hinting: true

View file

@ -9,6 +9,7 @@ alias halt='systemctl poweroff'
alias reboot='systemctl reboot'
#alias pyvenv='python3 -m venv'
alias extip='curl -LR1fs --compressed https://ipinfo.io/ | jq -Sc'
alias todo='todo-txt'
alias jjar='java -jar'