alacritty: add config with color switching, use as terminal in i3
This commit is contained in:
19
.config/alacritty/alacritty.yml
Normal file
19
.config/alacritty/alacritty.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
# See: /usr/share/doc/alacritty/example/alacritty.yml
|
||||
|
||||
env:
|
||||
TERM: xterm-256color
|
||||
|
||||
colors:
|
||||
primary:
|
||||
background: '#424242'
|
||||
foreground: '#eeeeee'
|
||||
|
||||
font:
|
||||
size: 13.5
|
||||
normal:
|
||||
family: Fantasque Sans Mono
|
||||
|
||||
key_bindings:
|
||||
- key: F6
|
||||
mods: Control|Shift
|
||||
command: { program: "/bin/sh", args: ["-c", "~/.config/alacritty/switch_bg.py"] }
|
||||
Reference in New Issue
Block a user