alacritty and azote update
This commit is contained in:
parent
b64a642bf1
commit
b534d18886
2 changed files with 6 additions and 3 deletions
|
@ -46,6 +46,8 @@ window:
|
|||
# When true, alacritty starts maximized.
|
||||
#start_maximized: false
|
||||
|
||||
opacity: 0.65
|
||||
|
||||
scrolling:
|
||||
# Maximum number of lines in the scrollback buffer.
|
||||
# Specifying '0' will disable scrolling.
|
||||
|
@ -65,6 +67,7 @@ scrolling:
|
|||
scrolling.multiplier: 3
|
||||
|
||||
|
||||
|
||||
# Font configuration (changes require restart)
|
||||
font:
|
||||
# Normal (roman) font face
|
||||
|
@ -173,7 +176,7 @@ bell:
|
|||
#
|
||||
# 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.65
|
||||
#background_opacity: 0.65
|
||||
|
||||
# Mouse bindings
|
||||
#
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#wal -i $(cat .azotebg | tail -n+3 | cut -d "'" -f 2)
|
||||
wpg -s $(cat .azotebg | tail -n+3 | cut -d "'" -f 4)
|
||||
#wal -i $(cat .azotebg | tail -n+4 | cut -d "'" -f 2)
|
||||
wpg -s $(cat .azotebg | tail -n+3 | cut -d '"' -f 2)
|
||||
|
|
Loading…
Add table
Reference in a new issue