alacritty: fix flickering
This commit is contained in:
@@ -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 }
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user