From e68c8987004206bf465af69ed859cbca143196c5 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Sat, 29 Jun 2024 21:52:19 -0400 Subject: [PATCH] Fixed a bug in the generation of the customizations file. --- i38.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i38.sh b/i38.sh index cf452a8..134e3e7 100755 --- a/i38.sh +++ b/i38.sh @@ -667,6 +667,6 @@ fi) # If you want to add personal customizations to i3, add them in ${i3Path}/customizations # It is not overwritten with the config file is recreated. - touch "${i3Path}/customizations" include "${i3Path}/customizations" EOF +touch "${i3Path}/customizations"