~st -> alacritty
I couldn't ignore some of the annoyances I had with st anymore, alacritty fixes them for the most part. A good terminal.
This commit is contained in:
@@ -2,10 +2,10 @@ super + a
|
|||||||
dmenu_run
|
dmenu_run
|
||||||
|
|
||||||
super + Return
|
super + Return
|
||||||
st
|
alacritty
|
||||||
|
|
||||||
hyper + a
|
hyper + a
|
||||||
st
|
alacritty
|
||||||
|
|
||||||
hyper + e
|
hyper + e
|
||||||
$HOME/.emacs_anywhere/bin/run
|
$HOME/.emacs_anywhere/bin/run
|
||||||
|
|||||||
@@ -49,7 +49,7 @@ window:
|
|||||||
# Values for `decorations` (macOS only):
|
# Values for `decorations` (macOS only):
|
||||||
# - transparent: Title bar, transparent background and title bar buttons
|
# - transparent: Title bar, transparent background and title bar buttons
|
||||||
# - buttonless: Title bar, transparent background, but no title bar buttons
|
# - buttonless: Title bar, transparent background, but no title bar buttons
|
||||||
#decorations: full
|
decorations: none
|
||||||
|
|
||||||
# Startup Mode (changes require restart)
|
# Startup Mode (changes require restart)
|
||||||
#
|
#
|
||||||
@@ -107,7 +107,7 @@ font:
|
|||||||
- (macOS) Menlo
|
- (macOS) Menlo
|
||||||
- (Linux/BSD) monospace
|
- (Linux/BSD) monospace
|
||||||
- (Windows) Consolas
|
- (Windows) Consolas
|
||||||
family: Source Code Pro
|
family: Fira Code
|
||||||
style: Regular
|
style: Regular
|
||||||
|
|
||||||
# Bold font face
|
# Bold font face
|
||||||
@@ -286,7 +286,7 @@ colors:
|
|||||||
#
|
#
|
||||||
# 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.95
|
background_opacity: 0.8
|
||||||
|
|
||||||
#selection:
|
#selection:
|
||||||
#semantic_escape_chars: ",│`|:\"' ()[]{}<>\t"
|
#semantic_escape_chars: ",│`|:\"' ()[]{}<>\t"
|
||||||
|
|||||||
Reference in New Issue
Block a user