This commit is contained in:
Adam Jeniski 2022-01-24 17:38:58 -05:00
parent 0579b69aef
commit eb278ed3e4
2 changed files with 9 additions and 4 deletions

View File

@ -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'

View File

@ -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