From 98546c37f6a1d09c4180a3e1003eee678227f655 Mon Sep 17 00:00:00 2001 From: Anthony Cicchetti Date: Fri, 23 Nov 2018 15:03:54 -0500 Subject: [PATCH] Auto-launch tmux, tmux scrolling enabled --- alacritty/alacritty.yml | 9 +++++---- tmux/tmux.conf | 1 + 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/alacritty/alacritty.yml b/alacritty/alacritty.yml index 8dd4d25..04bf705 100644 --- a/alacritty/alacritty.yml +++ b/alacritty/alacritty.yml @@ -303,10 +303,11 @@ live_config_reload: true # # You can set `shell.program` to the path of your favorite shell, e.g. `/bin/fish`. # Entries in `shell.args` are passed unmodified as arguments to the shell. -#shell: -# program: /bin/bash -# args: -# - --login +shell: + program: /bin/zsh + args: + - -c + - tmux # Key bindings # diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 336925f..17ec87c 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -1 +1,2 @@ set -g default-terminal "screen-256color" +set -g mouse on