Prechádzať zdrojové kódy

mistake; toml is the new preferred format?

Casey DeLorme 5 mesiacov pred
rodič
commit
89ca686dbc

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

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

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

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