소스 검색

Change path to use XDG directory sheme

Put i3 config file in .config folder.
DricomDragon 5 년 전
부모
커밋
602c5ccca1
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      Install/i3-custom

+ 2 - 2
Install/i3-custom

@@ -3,5 +3,5 @@
 # Install i3 config
 # You must have installed the i3 package before
 
-mkdir ~/.i3
-cp ./Templates/i3/config ~/.i3/
+mkdir --parents ~/.config/i3
+cp --update --link ./Templates/i3/config ~/.config/i3/