autotiling-rs icon indicating copy to clipboard operation
autotiling-rs copied to clipboard

Not working on i3

Open workflow opened this issue 2 years ago • 11 comments

Trying to use this on i3 results in err: get_tree() failed log lines, and no autotiling.

workflow avatar Nov 21 '22 19:11 workflow

it works for me without issues; however, I have troubles with stacking, tabbed and toggle split.

shackra avatar Nov 28 '22 07:11 shackra

Same here, opening any window spawns a log message.

Jocadbz avatar Feb 11 '23 16:02 Jocadbz

dito

zDEFz avatar Feb 26 '23 15:02 zDEFz

Not sure why get_tree is failing...

ammgws avatar Mar 26 '23 09:03 ammgws

I get the same error with EndeavourOS i3wm.

hnorkowski avatar Mar 30 '23 15:03 hnorkowski

same error on ArchLinux + i3wm

NumberPigeon avatar Jul 30 '23 11:07 NumberPigeon

Same here on ArchLinux + i3wm

Shringe avatar Dec 25 '23 08:12 Shringe

Seems to be line 25 in src/main.rs let tree = conn.get_tree().map_err(|_| "get_tree() failed")?;

Shringe avatar Dec 25 '23 08:12 Shringe

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

Shringe avatar Dec 28 '23 02:12 Shringe

for me it's working fine on i3 version 4.23, I've had to compile code from sources.

egoarka avatar Jan 18 '24 16:01 egoarka