mirror of
https://github.com/mr0xb/dotfiles_chezmoi.git
synced 2026-08-27 19:34:57 -04:00
initial commit
This commit is contained in:
commit
f1374f54c4
46 changed files with 4121 additions and 0 deletions
37
dot_config/ghostty/config.ghostty
Normal file
37
dot_config/ghostty/config.ghostty
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
custom-shader = ./shaders/starfield-colors.glsl
|
||||
#custom-shader = ./shaders/bloom.glsl
|
||||
#custom-shader = ./shaders/custom/bling99_compat.glsl
|
||||
#custom-shader = ./shaders/iamond_teeth_cursor.glsl
|
||||
#custom-shader = ./shaders/custom/cash_money_badge.glsl
|
||||
|
||||
background-blur-radius = 15
|
||||
background-opacity = 0.9
|
||||
#theme = dark:cyberdream, light:cyberdream-light
|
||||
#theme = challengerdeep
|
||||
#theme = "Challenger Deep"
|
||||
|
||||
#window-theme = system
|
||||
|
||||
shell-integration = zsh
|
||||
shell-integration-features = ssh-env,ssh-terminfo
|
||||
|
||||
#font-family = "MesloLGS Nerd Font Mono"
|
||||
font-family = "IBM Plex Mono"
|
||||
font-size = 12
|
||||
|
||||
window-padding-x = 2
|
||||
window-padding-y = 2
|
||||
window-decoration = true
|
||||
cursor-style = block
|
||||
adjust-cell-height = 35%
|
||||
mouse-scroll-multiplier = 2
|
||||
copy-on-select = clipboard
|
||||
window-padding-balance = true
|
||||
window-save-state = always
|
||||
background-opacity = 0.8
|
||||
window-colorspace = "display-p3"
|
||||
background-blur = 30
|
||||
|
||||
macos-option-as-alt = true
|
||||
macos-titlebar-style = transparent
|
||||
macos-titlebar-proxy-icon = hidden
|
||||
Loading…
Reference in a new issue