From 780f26f6d9fc9d42ce780271ea31e7fef12d1b09 Mon Sep 17 00:00:00 2001 From: Konstantin Bukley Date: Thu, 2 Apr 2020 17:58:38 +0300 Subject: [PATCH] alacritty: fix flickering --- alacritty/.config/alacritty/alacritty.yml | 8 +++++--- bash/.bashrc | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/alacritty/.config/alacritty/alacritty.yml b/alacritty/.config/alacritty/alacritty.yml index 56a08a4..2132313 100644 --- a/alacritty/.config/alacritty/alacritty.yml +++ b/alacritty/.config/alacritty/alacritty.yml @@ -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 } diff --git a/bash/.bashrc b/bash/.bashrc index cf2baed..94897fe 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -1,4 +1,4 @@ -[ -z "$TMUX" ] && tmux a +# [ -z "$TMUX" ] && tmux a [ -f ~/iCloud/secrets.sh ] && . ~/iCloud/secrets.sh [ -f /etc/bashrc ] && . /etc/bashrc