mirror of
https://github.com/WarrenHood/dotfiles.git
synced 2025-04-29 14:24:59 +01:00
Update alacritty for awesome wm
This commit is contained in:
parent
efa12b6c39
commit
d15d1b9f23
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue