소스 검색

migrate alacrity config to toml

Casey DeLorme 3 달 전
부모
커밋
395eb843ca
2개의 변경된 파일9개의 추가작업 그리고 8개의 파일을 삭제
  1. 9 0
      install/etc/skel/.config/alacritty/alacritty.toml
  2. 0 8
      install/etc/skel/.config/alacritty/alacritty.yml

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

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

+ 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