mirror of
https://github.com/mr0xb/dotfiles.git
synced 2026-08-28 11:54:57 -04:00
updates
This commit is contained in:
parent
05a7dcaebd
commit
984dc04492
30 changed files with 2213 additions and 1 deletions
38
alacritty/alacritty.yml
Normal file
38
alacritty/alacritty.yml
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
shell:
|
||||
program: /usr/bin/zsh
|
||||
|
||||
import:
|
||||
- ~/.config/alacritty/themes/dracula.yml
|
||||
- ~/.config/alacritty/bindings.yml
|
||||
|
||||
cursor:
|
||||
style: Block
|
||||
|
||||
hints:
|
||||
enabled:
|
||||
- regex: "(mailto:|gemini:|gopher:|https:|http:|news:|file:|git:|ssh:|ftp:)[^\u0000-\u001F\u007F-\u009F<>\" {-}\\^⟨⟩`]+"
|
||||
command: xdg-open
|
||||
post_processing: true
|
||||
mouse:
|
||||
mods: Control|Shift
|
||||
|
||||
window:
|
||||
opacity: 0.9
|
||||
padding:
|
||||
x: 5
|
||||
y: 5
|
||||
|
||||
scrolling:
|
||||
history: 100000
|
||||
multiplier: 3
|
||||
|
||||
font:
|
||||
normal:
|
||||
family: "FuraMono Nerd Font Mono"
|
||||
style: Regular
|
||||
bold:
|
||||
family: "FuraMono Nerd Font Mono"
|
||||
style: Bold
|
||||
italic:
|
||||
family: "FuraMono Nerd Font Mono"
|
||||
style: Bold
|
||||
Loading…
Reference in a new issue