init
This commit is contained in:
commit
3fa75abfb2
42 changed files with 5634 additions and 0 deletions
84
config
Normal file
84
config
Normal file
|
|
@ -0,0 +1,84 @@
|
|||
# This is the configuration file for Ghostty.
|
||||
#
|
||||
# This template file has been automatically created at the following
|
||||
# path since Ghostty couldn't find any existing config files on your system:
|
||||
#
|
||||
# /home/clement/.config/ghostty/config
|
||||
#
|
||||
# The template does not set any default options, since Ghostty ships
|
||||
# with sensible defaults for all options. Users should only need to set
|
||||
# options that they want to change from the default.
|
||||
#
|
||||
# Run `ghostty +show-config --default --docs` to view a list of
|
||||
# all available config options and their default values.
|
||||
#
|
||||
# Additionally, each config option is also explained in detail
|
||||
# on Ghostty's website, at https://ghostty.org/docs/config.
|
||||
|
||||
# Config syntax crash course
|
||||
# ==========================
|
||||
# # The config file consists of simple key-value pairs,
|
||||
# # separated by equals signs.
|
||||
# font-family = Iosevka
|
||||
# window-padding-x = 2
|
||||
#
|
||||
# # Spacing around the equals sign does not matter.
|
||||
# # All of these are identical:
|
||||
# key=value
|
||||
# key= value
|
||||
# key =value
|
||||
# key = value
|
||||
#
|
||||
# # Any line beginning with a # is a comment. It's not possible to put
|
||||
# # a comment after a config option, since it would be interpreted as a
|
||||
# # part of the value. For example, this will have a value of "#123abc":
|
||||
# background = #123abc
|
||||
#
|
||||
# # Empty values are used to reset config keys to default.
|
||||
# key =
|
||||
#
|
||||
# # Some config options have unique syntaxes for their value,
|
||||
# # which is explained in the docs for that config option.
|
||||
# # Just for example:
|
||||
# resize-overlay-duration = 4s 200ms
|
||||
#
|
||||
# animated-gradient-shader.glsl crt.glsl fireworks.glsl glitchy.glsl inside-the-matrix.glsl negative.glsl sparks-from-fire.glsl tft.glsl
|
||||
# bettercrt.glsl cubes.glsl fireworks-rockets.glsl glow-rgbsplit-twitchy.glsl just-snow.glsl retro-terminal.glsl spotlight.glsl underwater.glsl
|
||||
# bloom.glsl dither.glsl galaxy.glsl gradient-background.glsl matrix-hallway.glsl sin-interference.glsl starfield-colors.glsl water.glsl
|
||||
# cineShader-Lava.glsl drunkard.glsl gears-and-belts.glsl in-game-crt.glsl mnoise.glsl smoke-and-ghost.glsl starfield.glsl
|
||||
|
||||
# cyber-fuji.glsl
|
||||
# warping.glsl
|
||||
# shader-art.glsl
|
||||
# ui-noise-halo.glsl
|
||||
# lightings.glsl
|
||||
# clocks.glsl
|
||||
# singularity.glsl
|
||||
# synthwave.glsl
|
||||
# iso-city.glsl
|
||||
|
||||
# bettercrt, cubes, inside-the-matrix, just-snow (laggy), underwater, galaxy, cineShader-Lava, gears-and-belts, starfield-colors
|
||||
|
||||
# DO NOT FORGET ctrl + shift + ,
|
||||
|
||||
# Primary shaders
|
||||
|
||||
# sh: line 1: q: command not foundcustom-shader = ghostty-shaders/singularity.glsl
|
||||
# custom-shader = ghostty-shaders/synthwave.glsl
|
||||
# custom-shader = ghostty-shaders/ui-noise-halo.glsl
|
||||
# custom-shader = ghostty-shaders/cineShader-Lava.glsl
|
||||
# custom-shader = ghostty-shaders/gears-and-belts.glsl
|
||||
# custom-shader = ghostty-shaders/cyber-fuji.glsl
|
||||
# custom-shader = ghostty-shaders/iso-city.glsl
|
||||
|
||||
# Secondary shaders
|
||||
|
||||
# custom-shader = ghostty-shaders/bettercrt.glsl
|
||||
# custom-shader = ghostty-shaders/retro-terminal.glsl
|
||||
|
||||
# Others config
|
||||
|
||||
foreground = eebdef
|
||||
theme = carbonfox
|
||||
gtk-tabs-location = hidden
|
||||
background-opacity = 0.9
|
||||
Loading…
Add table
Add a link
Reference in a new issue