diff options
| author | allusive-dev <[email protected]> | 2023-10-31 20:35:56 +1100 |
|---|---|---|
| committer | allusive-dev <[email protected]> | 2023-10-31 20:35:56 +1100 |
| commit | 5e8adc58af1899e30605f9e129931295b0b75711 (patch) | |
| tree | c979de458fc289784d88c63e74906e3101ea8156 /src/picom.c | |
| parent | Update README.md (diff) | |
| download | compfy-1.2.1.tar.xz compfy-1.2.1.zip | |
Setup errors for new deprecated settings1.2.1
Diffstat (limited to 'src/picom.c')
| -rw-r--r-- | src/picom.c | 4 |
1 files changed, 2 insertions, 2 deletions
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) { |