mirror of
https://github.com/WarrenHood/dotfiles.git
synced 2025-04-29 23:04: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
|
# - (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
|
||||||
|
|
Loading…
Reference in a new issue