mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
alacritty: move dynamic_title to window.dynamic_title
Upstream change: 18cf806a27
Signed-off-by: Joe Groocock <me@frebib.net>
This commit is contained in:
parent
2d414258ca
commit
7209ef65f6
@ -65,6 +65,9 @@ window:
|
|||||||
# Window title
|
# Window title
|
||||||
#title: Alacritty
|
#title: Alacritty
|
||||||
|
|
||||||
|
# Allow terminal applications to change Alacritty's window title.
|
||||||
|
dynamic_title: true
|
||||||
|
|
||||||
# Window class (Linux/BSD only):
|
# Window class (Linux/BSD only):
|
||||||
#class:
|
#class:
|
||||||
# Application instance name
|
# Application instance name
|
||||||
@ -294,9 +297,6 @@ selection:
|
|||||||
# 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
|
||||||
|
|
||||||
# Allow terminal applications to change Alacritty's window title.
|
|
||||||
dynamic_title: true
|
|
||||||
|
|
||||||
cursor:
|
cursor:
|
||||||
# Cursor style
|
# Cursor style
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user