Ver Fonte

convert to yml for alacrity config

Casey DeLorme há 5 meses atrás
pai
commit
9bd381a62c

+ 0 - 9
install/etc/skel/.config/alacritty/alacritty.toml

@@ -1,9 +0,0 @@
-[env]
-TERM = "xterm-256color"
-
-[shell]
-args = ["--login"]
-program = "/usr/bin/bash"
-
-[window]
-opacity = 0.95

+ 8 - 0
install/etc/skel/.config/alacritty/alacritty.yml

@@ -0,0 +1,8 @@
+env:
+  TERM: xterm-256color
+window:
+  opacity: 0.95
+shell:
+  program: /usr/bin/bash
+  args:
+    - --login