···11+# This is the configuration file for Ghostty.
22+#
33+# This template file has been automatically created at the following
44+# path since Ghostty couldn't find any existing config files on your system:
55+#
66+# /home/sspaeti/.config/ghostty/config
77+#
88+# The template does not set any default options, since Ghostty ships
99+# with sensible defaults for all options. Users should only need to set
1010+# options that they want to change from the default.
1111+#
1212+# Run `ghostty +show-config --default --docs` to view a list of
1313+# all available config options and their default values.
1414+#
1515+# Additionally, each config option is also explained in detail
1616+# on Ghostty's website, at https://ghostty.org/docs/config.
1717+1818+# Config syntax crash course
1919+# ==========================
2020+# # The config file consists of simple key-value pairs,
2121+# # separated by equals signs.
2222+font-family = Iosevka
2323+# window-padding-x = 2
2424+#
2525+# # Spacing around the equals sign does not matter.
2626+# # All of these are identical:
2727+# key=value
2828+# key= value
2929+# key =value
3030+# key = value
3131+#
3232+# # Any line beginning with a # is a comment. It's not possible to put
3333+# # a comment after a config option, since it would be interpreted as a
3434+# # part of the value. For example, this will have a value of "#123abc":
3535+# background = #123abc
3636+#
3737+# # Empty values are used to reset config keys to default.
3838+# key =
3939+#
4040+# # Some config options have unique syntaxes for their value,
4141+# # which is explained in the docs for that config option.
4242+# # Just for example:
4343+# resize-overlay-duration = 4s 200ms
4444+confirm-close-surface=false
···66#keyboard shortcuts
77cp /etc/kanata/kanata.kbd _arch-linux/kanata/
88cp /etc/systemd/system/kanata.service _arch-linux/kanata/
99+1010+cp -r ~/.config/waybar/ _arch-linux/waybar/
1111+cp -r ~/.config/wofi/ _arch-linux/wofi
1212+1313+1414+1515+#! I also have the mac ghostty settings in the dots files one level above
1616+cp -r ~/.config/ghostty/ _arch-linux/ghostty