mirror of
https://github.com/Ajetski/dotfiles.git
synced 2025-09-30 13:53:17 -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
|
fi
|
||||||
|
|
||||||
neofetch
|
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:
|
normal:
|
||||||
family: Inconsolata
|
family: Inconsolata
|
||||||
|
|
||||||
|
size: 14
|
||||||
|
|
||||||
window:
|
window:
|
||||||
padding:
|
padding:
|
||||||
x: 15
|
x: 15
|
||||||
y: 15
|
y: 15
|
||||||
decorations: none
|
decorations: none
|
||||||
startup_mode: Fullscreen
|
startup_mode: Windowed # Fullscreen
|
||||||
|
|
||||||
|
background_opacity: 0.85
|
||||||
background_opacity: 0.9
|
|
||||||
|
|
||||||
key_bindings:
|
key_bindings:
|
||||||
- { key: F10, action: ToggleFullscreen }
|
- { key: F10, action: ToggleFullscreen }
|
||||||
@ -18,3 +19,7 @@ key_bindings:
|
|||||||
- { key: Home, chars: "\x1b[H", mode: ~AppCursor }
|
- { key: Home, chars: "\x1b[H", mode: ~AppCursor }
|
||||||
- { key: End, chars: "\x1bOF", mode: AppCursor }
|
- { key: End, chars: "\x1bOF", mode: AppCursor }
|
||||||
- { key: End, chars: "\x1b[F", mode: ~AppCursor }
|
- { key: End, chars: "\x1b[F", mode: ~AppCursor }
|
||||||
|
|
||||||
|
env:
|
||||||
|
TERM: xterm-256color
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user