[compositor] fix non working config

This commit is contained in:
2024-02-27 15:23:47 +00:00
parent 4a1b7f74cd
commit 86e4bd99a5
3 changed files with 10 additions and 4 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/bin/bash
set -e
picom &
exit 0
+3
View File
@@ -0,0 +1,3 @@
#!/bin/bash
rm -f /assets/logs/picom.log
@@ -51,7 +51,4 @@ log-level = "warn";
# logs might still be written to the stderr. # logs might still be written to the stderr.
# When setting this option from the config file, it is recommended to use an absolute path. # When setting this option from the config file, it is recommended to use an absolute path.
# #
log-file = "/assets/logs/picom.log" log-file = "/assets/logs/picom.log";
# Show all X errors (for debugging)
# show-all-xerrors = false