mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
Compare commits
2 Commits
e25953d913
...
a41314ca34
Author | SHA1 | Date | |
---|---|---|---|
a41314ca34 | |||
3158db0946 |
@ -51,6 +51,12 @@ window:
|
|||||||
# - buttonless: Title bar, transparent background, but no title bar buttons
|
# - buttonless: Title bar, transparent background, but no title bar buttons
|
||||||
decorations: full
|
decorations: full
|
||||||
|
|
||||||
|
# Background opacity
|
||||||
|
#
|
||||||
|
# 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.
|
||||||
|
opacity: 0.8
|
||||||
|
|
||||||
# Startup Mode (changes require restart)
|
# Startup Mode (changes require restart)
|
||||||
#
|
#
|
||||||
# Values for `startup_mode`:
|
# Values for `startup_mode`:
|
||||||
@ -259,6 +265,13 @@ colors:
|
|||||||
#
|
#
|
||||||
#indexed_colors: []
|
#indexed_colors: []
|
||||||
|
|
||||||
|
# Transparent cell backgrounds
|
||||||
|
#
|
||||||
|
# Whether or not `window.opacity` applies to all cell backgrounds or only to
|
||||||
|
# the default background. When set to `true` all cells will be transparent
|
||||||
|
# regardless of their background color.
|
||||||
|
transparent_background_colors: false
|
||||||
|
|
||||||
# Visual Bell
|
# Visual Bell
|
||||||
#
|
#
|
||||||
# Any time the BEL code is received, Alacritty "rings" the visual bell. Once
|
# Any time the BEL code is received, Alacritty "rings" the visual bell. Once
|
||||||
@ -285,12 +298,6 @@ colors:
|
|||||||
# duration: 0
|
# duration: 0
|
||||||
# color: '#ffffff'
|
# color: '#ffffff'
|
||||||
|
|
||||||
# Background opacity
|
|
||||||
#
|
|
||||||
# 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.80
|
|
||||||
|
|
||||||
selection:
|
selection:
|
||||||
#semantic_escape_chars: ",│`|:\"' ()[]{}<>\t"
|
#semantic_escape_chars: ",│`|:\"' ()[]{}<>\t"
|
||||||
|
|
||||||
|
2
aliases
2
aliases
@ -204,6 +204,7 @@ alias dst='docker stop'
|
|||||||
alias drst='docker restart'
|
alias drst='docker restart'
|
||||||
alias dnet='docker network'
|
alias dnet='docker network'
|
||||||
alias dvol='docker volume'
|
alias dvol='docker volume'
|
||||||
|
alias dc='docker compose'
|
||||||
alias dlg='docker logs --tail=1000 -f'
|
alias dlg='docker logs --tail=1000 -f'
|
||||||
alias dalpine='docker run -ti --rm spritsail/alpine /bin/sh'
|
alias dalpine='docker run -ti --rm spritsail/alpine /bin/sh'
|
||||||
alias drm-stopped='docker container prune'
|
alias drm-stopped='docker container prune'
|
||||||
@ -279,7 +280,6 @@ do_dsh() {
|
|||||||
docker "${docker_args[@]}" "$host" "${prog[@]}"
|
docker "${docker_args[@]}" "$host" "${prog[@]}"
|
||||||
}
|
}
|
||||||
|
|
||||||
alias dc='docker-compose'
|
|
||||||
alias dm='docker-machine'
|
alias dm='docker-machine'
|
||||||
dmc() { eval "$(docker-machine env "$1")"; }
|
dmc() { eval "$(docker-machine env "$1")"; }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user