From d15d1b9f2368e2b8d86c1cf840232b385bf1e13f Mon Sep 17 00:00:00 2001 From: Warren Hood Date: Fri, 25 Nov 2022 22:47:45 +0200 Subject: [PATCH] Update alacritty for awesome wm --- alacritty/.alacritty.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/alacritty/.alacritty.yml b/alacritty/.alacritty.yml index bbd6ef5..cc045b0 100644 --- a/alacritty/.alacritty.yml +++ b/alacritty/.alacritty.yml @@ -417,13 +417,19 @@ font: # - (Linux/BSD) user login shell # - (Windows) powershell +# Non-tiling WM setup +# shell: +# program: /bin/zsh +# args: +# - -l +# - -c +# - "tmux attach || tmux" + +# Tiling WM setup - don't need tmux shell: program: /bin/zsh args: - -l - - -c - - "tmux attach || tmux" - # Startup directory # # Directory the shell is started in. If this is unset, or `None`, the working