alacritty: fix flickering

This commit is contained in:
Konstantin Bukley
2020-04-02 17:58:38 +03:00
parent 5fc0bb0852
commit 780f26f6d9
2 changed files with 6 additions and 4 deletions

View File

@@ -3,8 +3,8 @@ window:
columns: 80
lines: 24
padding:
x: 3
y: 3
x: 0
y: 0
decorations: none
startup_mode: SimpleFullscreen
tabspaces: 4
@@ -66,7 +66,9 @@ live_config_reload: true
shell:
program: /bin/bash
args:
- --login
- -l
- -c
- "tmux attach || tmux"
key_bindings:
- { key: V, mods: Command, action: Paste }