autotiling-rs
autotiling-rs copied to clipboard
Not working on i3
Trying to use this on i3
results in err: get_tree() failed
log lines, and no autotiling.
it works for me without issues; however, I have troubles with stacking
, tabbed
and toggle split
.
Same here, opening any window spawns a log message.
dito
Not sure why get_tree
is failing...
I get the same error with EndeavourOS i3wm.
same error on ArchLinux + i3wm
Same here on ArchLinux + i3wm
Seems to be line 25 in src/main.rs
let tree = conn.get_tree().map_err(|_| "get_tree() failed")?;
I git clone
'd the repo, and compiled myself with cargo build --release
; for some reason, it now works without issue. The version from the AUR is still broken though. Is there any disparity between this repo, and the AUR(maybe version?)? @ammgws
for me it's working fine on i3 version 4.23, I've had to compile code from sources.