diff options
| author | allusive-dev <[email protected]> | 2023-11-04 17:51:16 +1100 |
|---|---|---|
| committer | allusive-dev <[email protected]> | 2023-11-04 17:51:16 +1100 |
| commit | a7cac4a53c22c9757783af6e0c20b95a2e3ba77c (patch) | |
| tree | 194fafc5ea6dba19eb1461f60931d9300ee1aac4 /src | |
| parent | added inactive and active opacity exclude lists (diff) | |
| download | compfy-1.3.0.tar.xz compfy-1.3.0.zip | |
default backed to xrender just in case1.3.0
Diffstat (limited to 'src')
| -rw-r--r-- | src/config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.c b/src/config.c index 216b63e..2eefda1 100644 --- a/src/config.c +++ b/src/config.c @@ -799,7 +799,7 @@ char *parse_config(options_t *opt, const char *config_file, bool *shadow_enable, bool *fading_enable, bool *hasneg, win_option_mask_t *winopt_mask) { // clang-format off *opt = (struct options){ - .backend = BKEND_GLX, + .backend = BKEND_XRENDER, .legacy_backends = false, .glx_no_stencil = false, .mark_wmwin_focused = false, |