Update alacritty configuration
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
0fb408fc24
commit
4e6c21a7c1
2 changed files with 1 additions and 7 deletions
3
install
3
install
|
@ -391,7 +391,4 @@ print_section "Post installation information"
|
||||||
echo "${BOLD}Make sure you do the following after this installation:"
|
echo "${BOLD}Make sure you do the following after this installation:"
|
||||||
echo -e " • Run ${YELLOW}~/.config/polybar/scripts/gmail/auth.py${RESET}${BOLD}"
|
echo -e " • Run ${YELLOW}~/.config/polybar/scripts/gmail/auth.py${RESET}${BOLD}"
|
||||||
echo " • Download settings for Visual Studio Code"
|
echo " • Download settings for Visual Studio Code"
|
||||||
|
|
||||||
if [ "${IS_WORK}" = "0" ]; then
|
|
||||||
echo -e " • Add taskwarrior keys to ${YELLOW}~/.local/keys/taskwarrior/${RESET}"
|
echo -e " • Add taskwarrior keys to ${YELLOW}~/.local/keys/taskwarrior/${RESET}"
|
||||||
fi
|
|
|
@ -51,9 +51,6 @@ window:
|
||||||
# - buttonless: Title bar, transparent background, but no title bar buttons
|
# - buttonless: Title bar, transparent background, but no title bar buttons
|
||||||
decorations: none
|
decorations: none
|
||||||
|
|
||||||
# When true, alacritty starts maximized.
|
|
||||||
start_maximized: false
|
|
||||||
|
|
||||||
scrolling:
|
scrolling:
|
||||||
# Maximum number of lines in the scrollback buffer.
|
# Maximum number of lines in the scrollback buffer.
|
||||||
# Specifying '0' will disable scrolling.
|
# Specifying '0' will disable scrolling.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue