mirror of
https://github.com/Ajetski/dotfiles.git
synced 2025-09-30 11:33:18 -09:00
update
This commit is contained in:
parent
0579b69aef
commit
eb278ed3e4
2
.bashrc
2
.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'
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user