Skip to content

Commit 414943a

Browse files
committed
Add ghostty config
1 parent 1783970 commit 414943a

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

config/ghostty/config

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
# This is the configuration file for Ghostty.
2+
# This template file has been automatically created at the following
3+
# path since Ghostty couldn't find any existing config files on your system:
4+
#
5+
# /home/aayush/.config/ghostty/config
6+
#
7+
# The template does not set any default options, since Ghostty ships
8+
# with sensible defaults for all options. Users should only need to set
9+
# options that they want to change from the default.
10+
#
11+
# Run `ghostty +show-config --default --docs` to view a list of
12+
# all available config options and their default values.
13+
#
14+
# Additionally, each config option is also explained in detail
15+
# on Ghostty's website, at https://ghostty.org/docs/config.
16+
17+
# Config syntax crash course
18+
# ==========================
19+
# # The config file consists of simple key-value pairs,
20+
# # separated by equals signs.
21+
font-family = JetBrainsMono Nerd Font
22+
# window-padding-x = 2
23+
#
24+
# # Spacing around the equals sign does not matter.
25+
# # All of these are identical:
26+
# key=value
27+
# key= value
28+
# key =value
29+
# key = value
30+
#
31+
# # Any line beginning with a # is a comment. It's not possible to put
32+
# # a comment after a config option, since it would be interpreted as a
33+
# # part of the value. For example, this will have a value of "#123abc":
34+
# background = #123abc
35+
#
36+
# # Empty values are used to reset config keys to default.
37+
# key =
38+
#
39+
# # Some config options have unique syntaxes for their value,
40+
# # which is explained in the docs for that config option.
41+
# # Just for example:
42+
# resize-overlay-duration = 4s 200ms
43+
#
44+
window-decoration=false
45+
cursor-style = block
46+
background-opacity = 0.96
47+
shell-integration-features = no-cursor,sudo,no-title
48+
gtk-titlebar=false
49+
theme = catppuccin-mocha

0 commit comments

Comments
 (0)