mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-08-09 17:41:12 +10:00
Merge branch 'master' into 'master'
fix window issue in alacritty config file See merge request dwt1/dotfiles!61
This commit is contained in:
Executable → Regular
+8
-8
@@ -40,6 +40,13 @@ window:
|
|||||||
# Spread additional padding evenly around the terminal content.
|
# Spread additional padding evenly around the terminal content.
|
||||||
dynamic_padding: false
|
dynamic_padding: false
|
||||||
|
|
||||||
|
# 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: 1.0
|
||||||
|
# opacity: 0.80
|
||||||
|
|
||||||
# Window decorations
|
# Window decorations
|
||||||
#
|
#
|
||||||
# Values for `decorations`:
|
# Values for `decorations`:
|
||||||
@@ -604,14 +611,6 @@ colors: *DoomOne
|
|||||||
# 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.
|
|
||||||
window:
|
|
||||||
opacity: 1.0
|
|
||||||
# opacity: 0.80
|
|
||||||
|
|
||||||
#selection:
|
#selection:
|
||||||
#semantic_escape_chars: ",│`|:\"' ()[]{}<>\t"
|
#semantic_escape_chars: ",│`|:\"' ()[]{}<>\t"
|
||||||
|
|
||||||
@@ -868,3 +867,4 @@ key_bindings:
|
|||||||
- { key: PageDown, mods: None, action: ScrollPageDown, mode: ~Alt }
|
- { key: PageDown, mods: None, action: ScrollPageDown, mode: ~Alt }
|
||||||
- { key: Home, mods: Shift, action: ScrollToTop, mode: ~Alt }
|
- { key: Home, mods: Shift, action: ScrollToTop, mode: ~Alt }
|
||||||
- { key: End, mods: Shift, action: ScrollToBottom, mode: ~Alt }
|
- { key: End, mods: Shift, action: ScrollToBottom, mode: ~Alt }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user