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

View File

@@ -1,4 +1,4 @@
[ -z "$TMUX" ] && tmux a # [ -z "$TMUX" ] && tmux a
[ -f ~/iCloud/secrets.sh ] && . ~/iCloud/secrets.sh [ -f ~/iCloud/secrets.sh ] && . ~/iCloud/secrets.sh
[ -f /etc/bashrc ] && . /etc/bashrc [ -f /etc/bashrc ] && . /etc/bashrc