update
This commit is contained in:
parent
3aec031e26
commit
3e0d296a28
2 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in a new issue