diff --git a/.bashrc b/.bashrc index 729e7f8..8322f90 100644 --- a/.bashrc +++ b/.bashrc @@ -120,4 +120,4 @@ if ! shopt -oq posix; then fi neofetch -alias config='git --git-dir=/home/ajet/.cfg/ --work-tree=/home/ajet' +alias config='git --git-dir=$HOME/.cfg/ --work-tree=$HOME' diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index 2bc369f..f09e307 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -2,15 +2,16 @@ font: normal: family: Inconsolata +size: 14 + window: padding: x: 15 y: 15 decorations: none - startup_mode: Fullscreen + startup_mode: Windowed # Fullscreen - -background_opacity: 0.9 +background_opacity: 0.85 key_bindings: - { key: F10, action: ToggleFullscreen } @@ -18,3 +19,7 @@ key_bindings: - { key: Home, chars: "\x1b[H", mode: ~AppCursor } - { key: End, chars: "\x1bOF", mode: AppCursor } - { key: End, chars: "\x1b[F", mode: ~AppCursor } + +env: + TERM: xterm-256color +