[bugfix] picom crash with ibus toggling

This commit is contained in:
Klesh Wong 2020-11-09 22:24:35 +08:00
parent 1319ee4e24
commit 007ae405d6

View File

@ -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