Update alacritty for awesome wm

This commit is contained in:
Warren Hood 2022-11-25 22:47:45 +02:00
parent efa12b6c39
commit d15d1b9f23

View file

@ -417,13 +417,19 @@ font:
# - (Linux/BSD) user login shell # - (Linux/BSD) user login shell
# - (Windows) powershell # - (Windows) powershell
# Non-tiling WM setup
# shell:
# program: /bin/zsh
# args:
# - -l
# - -c
# - "tmux attach || tmux"
# Tiling WM setup - don't need tmux
shell: shell:
program: /bin/zsh program: /bin/zsh
args: args:
- -l - -l
- -c
- "tmux attach || tmux"
# Startup directory # Startup directory
# #
# Directory the shell is started in. If this is unset, or `None`, the working # Directory the shell is started in. If this is unset, or `None`, the working