Custom layout for Pidgin
I'm trying to figure out how to make the Pidgin windows into a dock-style thing. Conversation window on the left of a workspace, taking up about 80%. Buddy list on the right taking up the remaining 20%. These are the rules I've come up with, but nothing seems to happen when I launch Pidgin:
for_window [window_role="buddy_list"] focus; resize shrink width 50 ppt
for_window [window_role="conversation"] focus; move absolute left
I should note that the i3 user guide doesn't explicitly say what "absolute" does, but it seems to make another 50/50 layout work for me (or maybe I'm just lucky).