Updated
This commit is contained in:
parent
8ad17b026f
commit
125ff183a0
4 changed files with 7 additions and 6 deletions
5
.bashrc
5
.bashrc
|
@ -184,8 +184,9 @@ alias rb='loginctl reboot'
|
||||||
alias fm='/home/drk/.config/vifm/scripts/./vifmrun'
|
alias fm='/home/drk/.config/vifm/scripts/./vifmrun'
|
||||||
|
|
||||||
# system monitor
|
# system monitor
|
||||||
alias tp='htop'
|
alias tp='btop'
|
||||||
alias top='htop'
|
alias top='btop'
|
||||||
|
alias htop='btop'
|
||||||
|
|
||||||
# get error messages from journalctl
|
# get error messages from journalctl
|
||||||
alias jctl="journalctl -p 3 -xb"
|
alias jctl="journalctl -p 3 -xb"
|
||||||
|
|
|
@ -615,7 +615,6 @@ colors: *gruvbox-dark
|
||||||
#
|
#
|
||||||
# Window opacity as a floating point number from `0.0` to `1.0`.
|
# 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.
|
# The value `0.0` is completely transparent and `1.0` is opaque.
|
||||||
background_opacity: 0.97
|
|
||||||
# background_opacity: 0.70
|
# background_opacity: 0.70
|
||||||
|
|
||||||
#selection:
|
#selection:
|
||||||
|
|
|
@ -80,7 +80,7 @@
|
||||||
|
|
||||||
:checkers
|
:checkers
|
||||||
syntax ; tasing you for every semicolon you forget
|
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
|
;;grammar ; tasing grammar mistake every you make
|
||||||
|
|
||||||
:tools
|
:tools
|
||||||
|
|
|
@ -194,8 +194,9 @@ alias rb='loginctl reboot'
|
||||||
alias fm='/home/drk/.config/vifm/scripts/./vifmrun'
|
alias fm='/home/drk/.config/vifm/scripts/./vifmrun'
|
||||||
|
|
||||||
# system monitor
|
# system monitor
|
||||||
alias tp='htop'
|
alias tp='btop'
|
||||||
alias top='htop'
|
alias top='btop'
|
||||||
|
alias htop='btop'
|
||||||
|
|
||||||
# get error messages from journalctl
|
# get error messages from journalctl
|
||||||
alias jctl="journalctl -p 3 -xb"
|
alias jctl="journalctl -p 3 -xb"
|
||||||
|
|
Loading…
Reference in a new issue