From 8da0a7927b2c218b3f09117a01aff274ecaa993c Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado <55825613+luevano@users.noreply.github.com> Date: Mon, 4 Jan 2021 17:21:05 -0700 Subject: Add tmux support --- .config/alacritty/alacritty.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to '.config/alacritty/alacritty.yml') diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index e2505d3..58adf82 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -134,13 +134,17 @@ cursor: live_config_reload: true +# Only needed if alacritty should always start tmux, +# but I rather configure this with sxhkd. # - (macOS) /bin/bash --login # - (Linux/BSD) user login shell # - (Windows) powershell -#shell: -# program: /bin/bash -# args: -# - --login +# shell: +# program: /bin/zsh +# args: +# - -l +# - -c +# - "tmux attach || tmux" #working_directory: None -- cgit v1.2.3-54-g00ecf