Added more comments.

This commit is contained in:
Salyrus
2021-12-16 11:06:26 +01:00
parent 474d1e65dc
commit 9558da105a
12 changed files with 250 additions and 167 deletions

View File

@ -1,3 +1,11 @@
#!/bin/sh
# ________
# | _____ \
# | | _/ / Pim Nelissen
# | | /__/ p1m@disroot.org
# | | https://pim.wtf/
# \_|
#
# Configuration for Alacritty, the GPU enhanced terminal emulator.
# Import additional configuration files
@ -14,14 +22,14 @@
# Any items in the `env` entry below will be added as
# environment variables. Some entries may override variables
# set by alacritty itself.
#env:
env:
# TERM variable
#
# This value is used to set the `$TERM` environment variable for
# each instance of Alacritty. If it is not present, alacritty will
# check the local terminfo database and use `alacritty` if it is
# available, otherwise `xterm-256color` is used.
#TERM: alacritty
TERM: xterm-256color
window:
# Window dimensions (changes require restart)