]> gitweb.fluxo.info Git - rhatto/dotfiles/xsession.git/commitdiff
Feat: alacritty: minor improvements
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 25 Dec 2025 11:49:04 +0000 (08:49 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 25 Dec 2025 11:49:04 +0000 (08:49 -0300)
config.dot/alacritty/alacritty.toml.link
config.dot/alacritty/alacritty.yml.link

index d93dcc3bc6538ad1d7f590ed90f8736398331845..a265a60156ca9de225dd01b35f40bbb369cc81a7 100644 (file)
@@ -38,7 +38,8 @@ cyan    = "#93e0e3"
 white   = "#ffffff"
 
 [window]
-title = "terminal"
+title        = "terminal"
+#decorations = "None"
 
 # Key bindings translates what is typed in the application to what is actually
 # _emulated_ by the application.
@@ -66,7 +67,9 @@ bindings = [
   # The escape sequence for the Home key is 1b 5b 37 7e (we exclude the last
   # 0a since this is the Enter key code).
   #
-  # This sequence is then converted to terminal escape codes: \x1b\x5b\x38\x7e
+  # This sequence is then converted to terminal escape codes, but since
+  # recent alacritty does not support sequences like \x1b\x5b\x38\x7e,
+  # they should be written as \u001b\u005b\u0038\u007e.
   #
   # Procedure based on
   # https://linuxvox.com/blog/what-is-terminal-escape-sequence-for-ctrl-arrow-left-right-in-term-linux/
index a836290ad58209a06ef8e52f987b6e67073dd025..067cd41415ff4863e65c4e12507b98ca02abbe05 100644 (file)
@@ -43,8 +43,8 @@ colors:
     white   : "#ffffff"
 
 window:
-  title: "terminal"
-  decorations: "None"
+  title       : "terminal"
+  #decorations: "None"
 
 # Key bindings translates what is typed in the application to what is actually
 # _emulated_ by the application.