1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

picom: enable debug logging to file

This commit is contained in:
Joe Groocock 2019-12-14 22:13:49 +00:00
parent ae5521f516
commit 4646ddae36
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86

View File

@ -1,6 +1,6 @@
# Logging
log-level = "info";
# log-file = "/path/to/your/log/file";
log-level = "debug";
log-file = "/home/frebib/.local/share/picom.log";
# Shadow
shadow = true;