mirror of
https://github.com/mr0xb/dotfiles.git
synced 2026-08-28 11:54:57 -04:00
initial commit
This commit is contained in:
commit
c4ff3550e4
36 changed files with 2380 additions and 0 deletions
51
.config/alacritty/quake.yml
Normal file
51
.config/alacritty/quake.yml
Normal file
|
|
@ -0,0 +1,51 @@
|
|||
shell:
|
||||
program: /bin/zsh
|
||||
|
||||
import:
|
||||
- ~/.config/alacritty/themes/dracula.yml
|
||||
# - ~/.config/alacritty/bindings.yml
|
||||
|
||||
cursor:
|
||||
style: Block
|
||||
|
||||
selection:
|
||||
save_to_clipboard: true
|
||||
hints:
|
||||
enabled:
|
||||
- regex: "(mailto:|gemini:|gopher:|https:|http:|news:|file:|git:|ssh:|ftp:)[^\u0000-\u001F\u007F-\u009F<>\" {-}\\^⟨⟩`]+"
|
||||
command: open
|
||||
post_processing: true
|
||||
mouse:
|
||||
mods: Control|Shift
|
||||
|
||||
window:
|
||||
dimensions:
|
||||
columns: 500
|
||||
lines: 30
|
||||
opacity: 0.9
|
||||
position:
|
||||
x: 0
|
||||
y: 0
|
||||
padding:
|
||||
x: 5
|
||||
y: 5
|
||||
decorations: none
|
||||
|
||||
scrolling:
|
||||
history: 100000
|
||||
multiplier: 3
|
||||
|
||||
font:
|
||||
size: 18
|
||||
normal:
|
||||
family: "MesloLGS NF"
|
||||
style: Regular
|
||||
bold:
|
||||
family: "MesloLGS NF"
|
||||
style: Bold
|
||||
italic:
|
||||
family: "MesloLGS NF"
|
||||
style: Bold
|
||||
|
||||
key_bindings:
|
||||
- { key: Return, mods: Command, action: ToggleSimpleFullscreen }
|
||||
Loading…
Reference in a new issue