This commit is contained in:
Clay Gomera 2022-02-08 14:19:36 -04:00
parent 8ad17b026f
commit 125ff183a0
4 changed files with 7 additions and 6 deletions

View file

@ -184,8 +184,9 @@ alias rb='loginctl reboot'
alias fm='/home/drk/.config/vifm/scripts/./vifmrun'
# system monitor
alias tp='htop'
alias top='htop'
alias tp='btop'
alias top='btop'
alias htop='btop'
# get error messages from journalctl
alias jctl="journalctl -p 3 -xb"

View file

@ -615,7 +615,6 @@ colors: *gruvbox-dark
#
# Window opacity as a floating point number from `0.0` to `1.0`.
# The value `0.0` is completely transparent and `1.0` is opaque.
background_opacity: 0.97
# background_opacity: 0.70
#selection:

View file

@ -80,7 +80,7 @@
:checkers
syntax ; tasing you for every semicolon you forget
(spell +aspell) ; tasing you for misspelling mispelling
;;(spell +aspell) ; tasing you for misspelling mispelling
;;grammar ; tasing grammar mistake every you make
:tools

View file

@ -194,8 +194,9 @@ alias rb='loginctl reboot'
alias fm='/home/drk/.config/vifm/scripts/./vifmrun'
# system monitor
alias tp='htop'
alias top='htop'
alias tp='btop'
alias top='btop'
alias htop='btop'
# get error messages from journalctl
alias jctl="journalctl -p 3 -xb"