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
|
||||
#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
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user