diff --git a/compositor/package/DEBIAN/postinst b/compositor/package/DEBIAN/postinst new file mode 100755 index 0000000..cb9f77a --- /dev/null +++ b/compositor/package/DEBIAN/postinst @@ -0,0 +1,6 @@ +#!/bin/bash +set -e + +picom & + +exit 0 \ No newline at end of file diff --git a/compositor/package/DEBIAN/postrm b/compositor/package/DEBIAN/postrm new file mode 100755 index 0000000..941b965 --- /dev/null +++ b/compositor/package/DEBIAN/postrm @@ -0,0 +1,3 @@ +#!/bin/bash + +rm -f /assets/logs/picom.log \ No newline at end of file diff --git a/compositor/package/home/tooloop/.config/picom.conf b/compositor/package/home/tooloop/.config/picom.conf index 0a35b02..82229c1 100644 --- a/compositor/package/home/tooloop/.config/picom.conf +++ b/compositor/package/home/tooloop/.config/picom.conf @@ -51,7 +51,4 @@ log-level = "warn"; # logs might still be written to the stderr. # When setting this option from the config file, it is recommended to use an absolute path. # -log-file = "/assets/logs/picom.log" - -# Show all X errors (for debugging) -# show-all-xerrors = false \ No newline at end of file +log-file = "/assets/logs/picom.log"; \ No newline at end of file