aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordx <aryadevchavali1@gmail.com>2020-05-31 00:59:20 +0100
committerdx <aryadevchavali1@gmail.com>2020-05-31 00:59:20 +0100
commit54f6140857b0ff751084d4d344c22c0451fd5ba5 (patch)
treec346a4ab1839fc3b1029bec6684c110355eb2a5f
parentd97b08021e4f173318673e3ad4da44788b26fc65 (diff)
downloaddotfiles-54f6140857b0ff751084d4d344c22c0451fd5ba5.tar.gz
dotfiles-54f6140857b0ff751084d4d344c22c0451fd5ba5.tar.bz2
dotfiles-54f6140857b0ff751084d4d344c22c0451fd5ba5.zip
~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.
-rw-r--r--SXHkD/.config/sxhkd/sxhkdrc4
-rw-r--r--alacritty/.config/alacritty/alacritty.yml6
2 files changed, 5 insertions, 5 deletions
diff --git a/SXHkD/.config/sxhkd/sxhkdrc b/SXHkD/.config/sxhkd/sxhkdrc
index 55becae..c522cb1 100644
--- a/SXHkD/.config/sxhkd/sxhkdrc
+++ b/SXHkD/.config/sxhkd/sxhkdrc
@@ -2,10 +2,10 @@ super + a
dmenu_run
super + Return
- st
+ alacritty
hyper + a
- st
+ alacritty
hyper + e
$HOME/.emacs_anywhere/bin/run
diff --git a/alacritty/.config/alacritty/alacritty.yml b/alacritty/.config/alacritty/alacritty.yml
index f2a4de7..17c7f48 100644
--- a/alacritty/.config/alacritty/alacritty.yml
+++ b/alacritty/.config/alacritty/alacritty.yml
@@ -49,7 +49,7 @@ window:
# Values for `decorations` (macOS only):
# - transparent: Title bar, transparent background and title bar buttons
# - buttonless: Title bar, transparent background, but no title bar buttons
- #decorations: full
+ decorations: none
# Startup Mode (changes require restart)
#
@@ -107,7 +107,7 @@ font:
- (macOS) Menlo
- (Linux/BSD) monospace
- (Windows) Consolas
- family: Source Code Pro
+ family: Fira Code
style: Regular
# Bold font face
@@ -286,7 +286,7 @@ colors:
#
# 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.95
+background_opacity: 0.8
#selection:
#semantic_escape_chars: ",│`|:\"' ()[]{}<>\t"