Fixed a bug in the generation of the customizations file.
This commit is contained in:
parent
607e50294a
commit
e68c898700
2
i38.sh
2
i38.sh
@ -667,6 +667,6 @@ fi)
|
|||||||
|
|
||||||
# If you want to add personal customizations to i3, add them in ${i3Path}/customizations
|
# If you want to add personal customizations to i3, add them in ${i3Path}/customizations
|
||||||
# It is not overwritten with the config file is recreated.
|
# It is not overwritten with the config file is recreated.
|
||||||
touch "${i3Path}/customizations"
|
|
||||||
include "${i3Path}/customizations"
|
include "${i3Path}/customizations"
|
||||||
EOF
|
EOF
|
||||||
|
touch "${i3Path}/customizations"
|
||||||
|
Loading…
Reference in New Issue
Block a user