mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-24 17:58:30 +02:00
feat: alacritty
This commit is contained in:
@@ -70,7 +70,7 @@ window:
|
|||||||
#
|
#
|
||||||
# Window opacity as a floating point number from `0.0` to `1.0`.
|
# Window opacity as a floating point number from `0.0` to `1.0`.
|
||||||
# The value `0.0` is completely transparent and `1.0` is opaque.
|
# The value `0.0` is completely transparent and `1.0` is opaque.
|
||||||
opacity: 0.98
|
opacity: 0.90
|
||||||
|
|
||||||
# Startup Mode (changes require restart)
|
# Startup Mode (changes require restart)
|
||||||
#
|
#
|
||||||
@@ -113,7 +113,7 @@ window:
|
|||||||
# - OnlyRight
|
# - OnlyRight
|
||||||
# - Both
|
# - Both
|
||||||
# - None (default)
|
# - None (default)
|
||||||
#option_as_alt: None
|
option_as_alt: Both
|
||||||
|
|
||||||
scrolling:
|
scrolling:
|
||||||
# Maximum number of lines in the scrollback buffer.
|
# Maximum number of lines in the scrollback buffer.
|
||||||
@@ -212,7 +212,7 @@ font:
|
|||||||
#semantic_escape_chars: ",│`|:\"' ()[]{}<>\t"
|
#semantic_escape_chars: ",│`|:\"' ()[]{}<>\t"
|
||||||
|
|
||||||
# When set to `true`, selected text will be copied to the primary clipboard.
|
# When set to `true`, selected text will be copied to the primary clipboard.
|
||||||
#save_to_clipboard: false
|
save_to_clipboard: false
|
||||||
|
|
||||||
#cursor:
|
#cursor:
|
||||||
# Cursor style
|
# Cursor style
|
||||||
@@ -278,7 +278,7 @@ shell:
|
|||||||
#
|
#
|
||||||
# Directory the shell is started in. If this is unset, or `None`, the working
|
# Directory the shell is started in. If this is unset, or `None`, the working
|
||||||
# directory of the parent process will be used.
|
# directory of the parent process will be used.
|
||||||
#working_directory: None
|
working_directory: ~/codes/
|
||||||
|
|
||||||
# Offer IPC using `alacritty msg` (unix only)
|
# Offer IPC using `alacritty msg` (unix only)
|
||||||
#ipc_socket: true
|
#ipc_socket: true
|
||||||
|
|||||||
@@ -212,7 +212,7 @@ font:
|
|||||||
#semantic_escape_chars: ",│`|:\"' ()[]{}<>\t"
|
#semantic_escape_chars: ",│`|:\"' ()[]{}<>\t"
|
||||||
|
|
||||||
# When set to `true`, selected text will be copied to the primary clipboard.
|
# When set to `true`, selected text will be copied to the primary clipboard.
|
||||||
#save_to_clipboard: false
|
save_to_clipboard: true
|
||||||
|
|
||||||
#cursor:
|
#cursor:
|
||||||
# Cursor style
|
# Cursor style
|
||||||
@@ -278,7 +278,7 @@ live_config_reload: true
|
|||||||
#
|
#
|
||||||
# Directory the shell is started in. If this is unset, or `None`, the working
|
# Directory the shell is started in. If this is unset, or `None`, the working
|
||||||
# directory of the parent process will be used.
|
# directory of the parent process will be used.
|
||||||
#working_directory: None
|
working_directory: ~/codes/
|
||||||
|
|
||||||
# Offer IPC using `alacritty msg` (unix only)
|
# Offer IPC using `alacritty msg` (unix only)
|
||||||
#ipc_socket: true
|
#ipc_socket: true
|
||||||
|
|||||||
Reference in New Issue
Block a user