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: https://github.com/alacritty/alacritty/commit/18cf806a27f06185b1ceb2d63f3b9bc2dd3dc80e Signed-off-by: Joe Groocock <me@frebib.net>
This commit is contained in:
@@ -65,6 +65,9 @@ window:
|
||||
# Window title
|
||||
#title: Alacritty
|
||||
|
||||
# Allow terminal applications to change Alacritty's window title.
|
||||
dynamic_title: true
|
||||
|
||||
# Window class (Linux/BSD only):
|
||||
#class:
|
||||
# Application instance name
|
||||
@@ -294,9 +297,6 @@ selection:
|
||||
# When set to `true`, selected text will be copied to the primary clipboard.
|
||||
save_to_clipboard: false
|
||||
|
||||
# Allow terminal applications to change Alacritty's window title.
|
||||
dynamic_title: true
|
||||
|
||||
cursor:
|
||||
# Cursor style
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user