From 5e8adc58af1899e30605f9e129931295b0b75711 Mon Sep 17 00:00:00 2001 From: allusive-dev Date: Tue, 31 Oct 2023 20:35:56 +1100 Subject: Setup errors for new deprecated settings --- src/picom.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/picom.c') diff --git a/src/picom.c b/src/picom.c index bf49361..08a671a 100644 --- a/src/picom.c +++ b/src/picom.c @@ -607,8 +607,8 @@ static void configure_root(session_t *ps) { ps->root_width = r->width; ps->root_height = r->height; - auto prop = x_get_prop(ps->c, ps->root, ps->atoms->a_NET_CURRENT_DESKTOP, - 1L, XCB_ATOM_CARDINAL, 32); + // auto prop = x_get_prop(ps->c, ps->root, ps->atoms->a_NET_CURRENT_DESKTOP, + // 1L, XCB_ATOM_CARDINAL, 32); // ps->root_desktop_switch_direction = 0; // if (prop.nitems) { -- cgit v1.2.3