diff --git a/picom/content/picom.conf b/picom/content/picom.conf index 930721e..1f510e1 100644 --- a/picom/content/picom.conf +++ b/picom/content/picom.conf @@ -48,6 +48,7 @@ shadow-exclude = [ "class_g = 'Conky'", "class_g ?= 'Notify-osd'", "class_g = 'Cairo-clock'", + "class_g = 'ibus-ui-gtk3'", "_GTK_FRAME_EXTENTS@:c" ]; @@ -348,7 +349,7 @@ 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 = "/path/to/your/log/file" +log-file = "/tmp/picom.log" # Show all X errors (for debugging) # show-all-xerrors = false